Function CDM_AnnotateCollection


Definition:#include <CDM.h>
Prototype:int CDM_AnnotateCollection(CDM_Collection Collection);
Arguments:

Collection: Collection Object. (CDM_Collection)

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

Description:

This function will run the specified annotator over the given Collection... [Not Implemented]

Return Value:

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 an error occurs, the return value will be TCL_ERROR and an error message describing the error will be left at the current Tcl interpreter (CDM_Interp). If all annotators run without errors, TCL_OK will be returned.

Notes:

This function is equivelant to tip_AnnotateCollection (Tcl API). This function is not currently implemented.

See Also:

tip_AnnotateCollection


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