Difference between revisions of "CAIndex::IndexElements"

(Created page with "<< Back to CAIndex = property int IndexElements = Returns the number of elements in the index. == Data type == integer == Access == read = Usage = == C# ==...")
 
Line 1: Line 1:
[[CAIndex|<< Back to CAIndex]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAIndex]]
 +
<languages />
 +
<translate>
 
= property int IndexElements =
 
= property int IndexElements =
  
Line 24: Line 26:
  
 
* [[CATable::GetIndexObject]]
 
* [[CATable::GetIndexObject]]
 +
</translate>

Revision as of 01:16, 16 June 2015

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.