AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Foundation.EditorCommand类 参考

支持创建Editor的命令基类 更多...

类 AnyCAD.Foundation.EditorCommand 继承关系图:
Command

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的命令基类

成员函数说明

◆ SetEditor()

void AnyCAD.Foundation.EditorCommand.SetEditor ( CommandContext ctx,
Editor editor )

设置Editor

参数
ctx命令上下文
editor编辑器