AnyCAD Rapid API 2024
Help you to create a better world!
|
支持创建Editor的命令基类 更多...
Public 成员函数 | |
void | SetEditor (CommandContext ctx, Editor editor) |
设置Editor | |
Public 成员函数 继承自 Command | |
String | GetName () |
void | SetName (String val) |
boolean | GetHasEditor () |
void | SetHasEditor (boolean val) |
boolean | GetNeedViewer () |
void | SetNeedViewer (boolean val) |
String | GetDescription () |
void | SetDescription (String val) |
boolean | Execute (CommandContext ctx, boolean notify) |
boolean | Run (CommandContext ctx) |
String | Query (CommandContext ctx) |
boolean | IsVisible (CommandContext ctx) |
boolean | IsChecked (CommandContext ctx) |
boolean | BeforeRunning (CommandContext ctx) |
支持创建Editor的命令基类
void AnyCAD.Foundation.EditorCommand.SetEditor | ( | CommandContext | ctx, |
Editor | editor ) |
设置Editor
ctx | 命令上下文 |
editor | 编辑器 |