Function tip_Length


Prototype: tip_Length(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)


Prototype: tip_Length(Annotation);
Arguments:

Collection: A Collection object. (CDM_Collection)


Prototype: tip_Length(Attribute);
Arguments:

Collection: A Collection object. (CDM_Collection)


Prototype: tip_Length(Span);
Arguments:

Collection: A Collection object. (CDM_Collection)

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

Description:

tip_Length(Collection):
This function will return the Length (the number of all the Documents) of the specified Collection.

tip_Length(Annotation):

tip_Length(Attribute):

tip_Length(Span):

Return Value:

tip_Length(Collection):
This function will return an integer value that will represent the total number of the Documents that the specified Collection currently holds.

If an error occurs, then an error message will prompt.

tip_Length(Annotation):

tip_Length(Attribute):

tip_Length(Span):

Notes:

tip_Length(Collection):
This function is equivelant to CDM_Length (C++ API).

tip_Length(Annotation):

tip_Length(Attribute):

tip_Length(Span):


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