Function tip_RemoveAnnotation


Prototype: tip_RemoveAnnotation(Document);
Arguments:

Document: A Document object. (CDM_Document)
Id: The Id of the Annotation to be deleted. (int)


Prototype: tip_RemoveAnnotation(Annotation);
Arguments:

Document: A Document object. (CDM_Document)
Id: The Id of the Annotation to be deleted. (int)

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

Description:

tip_RemoveAnnotation(Document):
This function will remove the Annotation object that has as Id the value specified by the "Id" parameter. If the requested Annotation does not exist, an error will be peompted.

tip_RemoveAnnotation(Annotation):

Notes:

tip_RemoveAnnotation(Document):
This function is equivelant to CDM_RemoveAnnotation (C++ API).

tip_RemoveAnnotation(Annotation):


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