CATable::Name

Revision as of 21:49, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CATable = property string Name = Contains the Identifier of the Analytica object containing this CATable. We recommend...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CATable

property string Name

Contains the Identifier of the Analytica object containing this CATable. We recommend using CAObject::Name instead.

Data type

string

Access

read/write

API Errors

Although properties in general do not change the ErrorCode property of CAEngine, assigning an invalid identifier to this property will result in the error:

41 - "Invalid name for object"

Usage

tableName = tab.Name 


See Also

Comments


You are not allowed to post comments.