CAObject::Name
Revision as of 21:46, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CAObject = property string Name = Contains the Identifier of the Analytica object. Assign to this property to rename the o...")
property string Name
Contains the Identifier of the Analytica object. Assign to this property to rename the object.
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
obj.Name = "NewName"
See Also
Comments
Enable comment auto-refresher