Function tip_GetAttributes


Prototype: tip_GetAttributes(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)


Prototype: tip_GetAttributes(Document);
Arguments:

Collection: A Collection object. (CDM_Collection)


Prototype: tip_GetAttributes(Annotation);
Arguments:

Collection: A Collection object. (CDM_Collection)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

tip_GetAttributes(Collection):
This function returns a new object (of type CDM_AttributeSet) that contains all the Attributes that the specified Collection currently has.

This function will always create and return a new Attribute set object, even when the Collection has no Attributes defined. (In this case an empty Attribute set will be returned.)

tip_GetAttributes(Document):

tip_GetAttributes(Annotation):

Return Value:

tip_GetAttributes(Collection):
This function returns an Attribute set object (of type CDM_AttributeSet).

tip_GetAttributes(Document):

tip_GetAttributes(Annotation):

Notes:

tip_GetAttributes(Collection):
This function is equivelant to CDM_GetAttributes (C++ API).

tip_GetAttributes(Document):

tip_GetAttributes(Annotation):

See Also:

tip_GetAttributes(Collection):
CDM_GetAttribute

tip_GetAttributes(Document):

tip_GetAttributes(Annotation):


Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.