Function tip_GetStart


Prototype: tip_GetStart(Span);
Arguments:

Span: Span (CDM_Span)

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

Description:

This function accepts a span (of type CDM_Span) and returns the start of this span. Each span object is a set of exactly two integers, named as "start" and "end".

Return Value:

This function returns the start value of the provided span object. If the provided object is not a valid span object or some other error occurs, CDM_GetStart will return -1 and an error message describing the error will be placed at the current Tcl interpreter (CDM_Interp).

Notes:

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

See Also:

tip_CreateSpan, tip_GetEnd, tip_GetSpanOffsets


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