Function tip_GetAnnotation


Prototype: tip_GetAnnotation(Document);
Arguments:

Document: A Document object. (CDM_Document)
Id: The Id of the desired Annotation. (long)


Prototype: tip_GetAnnotation(Annotation);
Arguments:

Document: A Document object. (CDM_Document)
Id: The Id of the desired Annotation. (long)

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

Description:

tip_GetAnnotation(Document):
This function will return 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 be prompted.

tip_GetAnnotation(Annotation):

Return Value:

tip_GetAnnotation(Document):
This function returns an Annotation object (of type CDM_Annotation) if an Annotation having as Id the value of the "Id" parameter is found. In case that the specified Annotation does not exist, an error message prompts.

tip_GetAnnotation(Annotation):

Notes:

tip_GetAnnotation(Document):
This function is equivelant to CDM_GetAnnotation (C++ API).

tip_GetAnnotation(Annotation):

See Also:

tip_GetAnnotation(Document):
tip_Free, Tcl_IncrRefCount, Tcl_DecrRefCount

tip_GetAnnotation(Annotation):


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