CAIndex::GetValueByNumber

Revision as of 03:26, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "CAIndex::GetValueByNumber")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.