CAObject::Name
Revision as of 06:38, 24 October 2015 by Jhuawen (talk | contribs) (Created page with "* CAObject::GetAttribute * CAObject::SetAttribute * CAEngine::ErrorCode、CAEngine::Er...")
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.
数据类型
string:字符串
访问
读 / 写
API 错误
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"
用法
obj.Name = "NewName"
另请参考
Comments
Enable comment auto-refresher