CAIndex::IndexElements

Revision as of 04:06, 13 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CAIndex = property int IndexElements = Returns the number of elements in the index. == Data type == integer == Access == read = Usage = == C# ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CAIndex

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.