Function tip_GetAttribute


Prototype: tip_GetAttribute(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)
Name: Attribute name. (string)


Prototype: tip_GetAttribute(Document);
Arguments:

Collection: A Collection object. (CDM_Collection)
Name: Attribute name. (string)


Prototype: tip_GetAttribute(Annotation);
Arguments:

Collection: A Collection object. (CDM_Collection)
Name: Attribute name. (string)

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

Description:

tip_GetAttribute(Collection):
This function will search all the Attributes that the specified Collection has, for an Attribute that has the same name as the "Name" parameter. If such an Attribute is found, the Attribute object is returned. If an Attribute with the specified name does not exist, then an *

tip_GetAttribute(Document):

tip_GetAttribute(Annotation):

Return Value:

tip_GetAttribute(Collection):
This function returns an Attribute object (of type CDM_Attribute) if an Attribute named as specified is found. In case that the specified Attribute does not exist, an error message prompts. *

tip_GetAttribute(Document):

tip_GetAttribute(Annotation):

Notes:

tip_GetAttribute(Collection):
This function is equivelant to CDM_GetAttribute (C++ API).

tip_GetAttribute(Document):

tip_GetAttribute(Annotation):

See Also:

tip_GetAttribute(Collection):
tip_Free, Tcl_DecrRefCount, Tcl_IncrRefCount

tip_GetAttribute(Document):

tip_GetAttribute(Annotation):


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