CAIndex::IndexElements

Revision as of 01:17, 16 June 2015 by Karenlee (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > CAIndex

Other languages:
English • ‎中文

property int IndexElements

Returns the number of elements in the index.

Data type

integer

Access

read

Usage

C#

CATable tab = ade.Get("Y").ResultTable;
CAIndex theIndex = tab.GetIndexObject("I");
x = theIndex.IndexElements;

See Also

Comments


You are not allowed to post comments.