Difference between revisions of "CAObject::DefTable"
m (→See Also) |
|||
Line 1: | Line 1: | ||
− | [[CAObject | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]] | ||
+ | <languages /> | ||
+ | <translate> | ||
= Description = | = Description = | ||
Line 27: | Line 30: | ||
* [[CATable::Subscript]], [[CATable::Slice]] | * [[CATable::Subscript]], [[CATable::Slice]] | ||
* [[CAObject::DefinitionType]] | * [[CAObject::DefinitionType]] | ||
+ | </translate> |
Revision as of 00:36, 16 June 2015
ADE User Guide > ADE Server Class Reference > CAObject
Description
This method of CAObject returns an object of class CATable containing the input table for an Analytica variable, or Nothing if the variable was not defined as an input table.
Data type
Access
read/write
Example Usage
CATable tab = obj.DefTable;
ErrorCodes
- 34 – “Definition table not found”
See Also
Comments
Enable comment auto-refresher