AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
void | Add (String key, String name) |
void | Add (ClassId classId, String name) |
String | Get (String key) |
String | Get (String key, String defaultName) |
静态 Public 成员函数 | |
static ElementNames | Instance () |
static ElementNames | GetInstance () |
<>
ElementNames,管理构件默认名称
void ElementNames.Add | ( | ClassId | classId, |
String | name ) |
更加类名称关联名称
classId | 类名 |
name | 名称 |
void ElementNames.Add | ( | String | key, |
String | name ) |
添加名称
key | 索引 |
name | 名称 |
String ElementNames.Get | ( | String | key | ) |
根据Key查找Name。
key | 索引 |
String ElementNames.Get | ( | String | key, |
String | defaultName ) |
根据Key查找名称
key | 索引 |
defaultName | 默认名称 |