Difference between revisions of "CAObject::DefTable"
m (→See Also) |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[CAObject | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]] | ||
+ | <languages /> | ||
+ | <translate> | ||
− | = Description = | + | = Description = <!--T:1--> |
+ | <!--T:2--> | ||
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. | 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 = | + | = Data type = <!--T:3--> |
+ | <!--T:4--> | ||
[[CATable]] | [[CATable]] | ||
− | = Access = | + | = Access = <!--T:5--> |
+ | <!--T:6--> | ||
read/write | read/write | ||
− | = Example Usage = | + | = Example Usage = <!--T:7--> |
− | CATable tab = obj.DefTable; | + | <!--T:8--> |
+ | CATable tab = obj.DefTable; | ||
− | = [[ErrorCode]]s = | + | = [[ErrorCode]]s = <!--T:9--> |
+ | <!--T:10--> | ||
* 34 – “Definition table not found” | * 34 – “Definition table not found” | ||
− | = See Also = | + | = See Also = <!--T:11--> |
+ | <!--T:12--> | ||
* [[CAObject::CreateDefTable]] | * [[CAObject::CreateDefTable]] | ||
* [[CATable::SetDataByElements]], [[CATable::SetDataByLabels]] | * [[CATable::SetDataByElements]], [[CATable::SetDataByLabels]] | ||
* [[CATable::Subscript]], [[CATable::Slice]] | * [[CATable::Subscript]], [[CATable::Slice]] | ||
* [[CAObject::DefinitionType]] | * [[CAObject::DefinitionType]] | ||
+ | </translate> |
Latest revision as of 00:41, 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