Function tip_AddSpan


Prototype: tip_AddSpan(Annotation);
Arguments:

Ann: An Annotation object. (CDM_Annotation)
span: The Span object that should be added. (CDM_Span)

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

Description:

This function will add the provided Span object in the Span Set object held internally by the Annotation/Span Set object. The returned value of this function will always be a new Annotation object with the provided Span object added.

Return Value:

This function returns a new Annotation object (of type CDM_Annotation) with the provided span object added in the set of spans held by the Annotation.

Notes:

This function is equivelant to CDM_AddAnnotationSpan/CDM_AddSpan (C++ API).

See Also:

CDM_AddAnnotationSpan, CDM_AddSpan


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