Function tip_AnnotationContainsPosition


Prototype: tip_AnnotationContainsPosition(Annotation);
Arguments:

Ann: The Annotation to be examined (CDM_Annotation)
Position: The position to me checked (long)

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

Description:

This function will check if the provided Annotation (specified through the "Annotation" parameter) contains in any of its spans the specified position.

Return Value:

This function will return 1 (true) if the Annotation contains the specified position in any of its spans. Else, 0 (false) will be returned.

Notes:

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

See Also:

tip_AnnotationMatchesRange, CDM_AnnotationContainsPosition


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