Function CDM_FindMaxUsedAnnotationId


Definition:#include <CDM.h>
Prototype:long CDM_FindMaxUsedAnnotationId(CDM_Document Document);
Arguments:

Document: A Document object. (CDM_Document)

C/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 arrangements 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 does not have an equivelant in the Tcl API.

See Also:

CDM_DeleteAnnotations


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