Difference between revisions of "CAObject::DefTable"
(Created page with '<< class CAObject = Description = This method of CAObject returns an object of class CATable containing the input table for an Analytica variable, or Nothi…') |
m (→See Also) |
||
Line 26: | Line 26: | ||
* [[CATable::SetDataByElements]], [[CATable::SetDataByLabels]] | * [[CATable::SetDataByElements]], [[CATable::SetDataByLabels]] | ||
* [[CATable::Subscript]], [[CATable::Slice]] | * [[CATable::Subscript]], [[CATable::Slice]] | ||
+ | * [[CAObject::DefinitionType]] |
Revision as of 23:25, 29 January 2010
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