Function tip_GetEnd


Prototype: tip_GetEnd(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 end of this span. Each span object is a set of exactly two integers, named as "start" and "end".

Return Value:

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

Notes:

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

See Also:

tip_CreateSpan, tip_GetStart


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