AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
用户自定义命令的基类 更多...
Public 成员函数 | |
virtual bool | OnExecute (CommandContext^ ctx) |
![]() | |
void | SetName (String^ name) |
String^ | GetName () |
用户自定义命令的基类
用于扩展命令。
|
virtual |
执行命令的时候调用。
ctx | The context. |