Function tip_RemoveAttribute


Prototype: tip_RemoveAttribute(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)
Name: The Name of the Attribute to be removed. (string)


Prototype: tip_RemoveAttribute(Document);
Arguments:

Collection: A Collection object. (CDM_Collection)
Name: The Name of the Attribute to be removed. (string)


Prototype: tip_RemoveAttribute(Annotation);
Arguments:

Collection: A Collection object. (CDM_Collection)
Name: The Name of the Attribute to be removed. (string)

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

Description:

tip_RemoveAttribute(Collection):
This function will remove the Attribute named exactly as the "Name" parameter. If the requested Attribute does not exist, an error condition will be returned.

tip_RemoveAttribute(Document):

tip_RemoveAttribute(Annotation):

Return Value:

tip_RemoveAttribute(Collection):
The return value from this function will be a standart Tcl completion code (of type int) with one of the values TCL_OK and TCL_ERROR. If the requested Attribute exists and is successfully removed, then TCL_OK will be returned. In case of an error, the return value will be TCL_ERROR and an error message describing the error will be left at the current Tcl interpreter (CDM_Interp) and be prompted.

tip_RemoveAttribute(Document):

tip_RemoveAttribute(Annotation):

Notes:

tip_RemoveAttribute(Collection):
This function is equivelant to CDM_RemoveAttribute (C++ API).

tip_RemoveAttribute(Document):

tip_RemoveAttribute(Annotation):

See Also:

tip_RemoveAttribute(Collection):
tip_RemoveAttribute

tip_RemoveAttribute(Document):

tip_RemoveAttribute(Annotation):


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