AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::CustomCommand类 参考

用户自定义命令的基类 更多...

类 AnyCAD::Platform::CustomCommand 继承关系图:
AnyCAD::Platform::Command

Public 成员函数

virtual bool OnExecute (CommandContext^ ctx)
 
- Public 成员函数 继承自 AnyCAD::Platform::Command
void SetName (String^ name)
 
String^ GetName ()
 

详细描述

用户自定义命令的基类

用于扩展命令。

成员函数说明

virtual bool AnyCAD::Platform::CustomCommand::OnExecute ( CommandContext ctx)
virtual

执行命令的时候调用。

参数
ctxThe context.
返回
true if it succeeds, false if it fails.

该类的文档由以下文件生成: