Function tip_FindMaxUsedAnnotationId


Prototype: tip_FindMaxUsedAnnotationId(Document);
Arguments:

Document: A Document Object (CDM_Document)

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

Description:

This function will examine the Annotations stored in the specified Document to find the maximum used Annotation Id. This function will make the proper arrangments so as the next Annotation that will be added to this Document to receive as Id the following Id after the identified maximum Ids.

Return Value:

This function will return the Id that will be received by the next Annotation that will be added to this Document.

Notes:

This function is equivelant to CDM_FindMaxUsedAnnotationId (C++ API).

See Also:

tip_DeleteAnnotations, CDM_FindMaxUsedAnnotationId


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