|
AnyCAD Rapid API 2025
Help you to create a better world!
|
Public 成员函数 | |
| void | InternalAdd (String name, DialogAccessor accessor) |
| boolean | Show (String name, Document doc, ParameterDict data) |
| boolean | Exists (String name) |
静态 Public 成员函数 | |
| static DialogFactory | Instance () |
| static DialogFactory | GetInstance () |
<> DialogManager
管理系统内置对话框
| boolean DialogFactory.Exists | ( | String | name | ) |
是否存在
| name | 名称 |
| void DialogFactory.InternalAdd | ( | String | name, |
| DialogAccessor | accessor ) |
添加。若存在则覆盖。
| name | 名称 |
| accessor | 对话访问器 |
| boolean DialogFactory.Show | ( | String | name, |
| Document | doc, | ||
| ParameterDict | data ) |
显示
| name | 名称 |
| doc | 文档 |
| data | 参数 |