Difference between revisions of "CATable::IndexNames"
(Created page with "<< Back to CATable = 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 t...") |
|||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | |
+ | <languages /> | ||
+ | <translate> | ||
= [[CATable]]::IndexNames = | = [[CATable]]::IndexNames = | ||
Line 25: | Line 27: | ||
* [[CATable::GetIndexObject]] | * [[CATable::GetIndexObject]] | ||
* [[IndexesOf]] and [[IndexNames]] functions in Analytica | * [[IndexesOf]] and [[IndexNames]] functions in Analytica | ||
+ | </translate> |
Revision as of 00:59, 16 June 2015
ADE User Guide > ADE Server Class Reference > CATable
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
Enable comment auto-refresher