CAIndex::IndexElements
ADE User Guide > ADE Server Class Reference > 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
Enable comment auto-refresher