Function tip_CreateSpan


Prototype: tip_CreateSpan(Span);
Arguments:

start: Span Start (int)
end: Span End (int)

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

Description:

This function will create and return a Span object (of type CDM_Span). In order to reduce memory requirements, this function will try to locate if a Span with exactly the same characteristics (same start and end values) already exists. In such a case, this (possibly shared) Span object will be returned. Else, a new Span object will be created and returned.

Notes:

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


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