CAIndex::GetValueByNumber

ADE User Guide > ADE Server Class Reference > CAIndex

Other languages:
English • ‎中文

variant GetValueByNumber(int n)

Returns the index label at the specified position in the index.

Parameters

«n» : integer - the position in the index, where the first element is at position 1.

Return value

variant

API Errors

23 - "Illegal position in index"

Example Usage

lastLabel = theIndex.GetValueByNumber( theIndex.IndexElements )

See Also

Comments


You are not allowed to post comments.