Difference between revisions of "CAObject::Name"
(Created page with "<< Back to CAObject = property string Name = Contains the Identifier of the Analytica object. Assign to this property to rename the o...") |
|||
Line 1: | Line 1: | ||
− | [[CAObject | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]] | ||
+ | <languages /> | ||
+ | <translate> | ||
= property string Name = | = property string Name = | ||
Line 27: | Line 30: | ||
* [[CAObject::SetAttribute]] | * [[CAObject::SetAttribute]] | ||
* [[CAEngine::ErrorCode]], [[CAEngine::ErrorText]] | * [[CAEngine::ErrorCode]], [[CAEngine::ErrorText]] | ||
+ | </translate> |
Revision as of 00:30, 16 June 2015
ADE User Guide > ADE Server Class Reference > CAObject
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