Function tip_PutAttribute


Prototype: tip_PutAttribute(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)
Attribute: The Attribute to be added. (CDM_Atrribute)


Prototype: tip_PutAttribute(Document);
Arguments:

Collection: A Collection object. (CDM_Collection)
Attribute: The Attribute to be added. (CDM_Atrribute)


Prototype: tip_PutAttribute(Annotation);
Arguments:

Collection: A Collection object. (CDM_Collection)
Attribute: The Attribute to be added. (CDM_Atrribute)

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

Description:

tip_PutAttribute(Collection):
This function will add a given Attribute to the specified Collection object. If an Attribute with the same name already exists in the Collection, then it will be overwritten by the new Attribute. Else, the new Attribute will be appended to the existing Attribute set of the specified Collection.

tip_PutAttribute(Document):

tip_PutAttribute(Annotation):

Notes:

tip_PutAttribute(Collection):
This function is equivelant to CDM_PutAttribute (C++ API).

tip_PutAttribute(Document):

tip_PutAttribute(Annotation):


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