CATable::IndexNames

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

CATable::IndexNames

This property returns the names of the indexes of the table as a 1-D array. Use indexes in this order when using the GetDataByLabels, GetDataByElements, SetDataByLabels and SetDataByElements methods to get or set elements of the table. You can change the order with the SetIndexOrder method.

Return value

One-D string array with dimension from 1 to the CATable's NumDims property.

Example Usage

Dim names(k) of String = Var.DefTable.IndexNames


See Also

Comments


You are not allowed to post comments.