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

The editor manager. 更多...

类 AnyCAD::Platform::ViewEditorManager 继承关系图:
AnyCAD::Platform::EditorManager AnyCAD::Platform::Object

Public 成员函数

bool ExecuteCommand (String^ commandName, String^ parameters)
 
DocViewEditorCreateEditor (String^ commandId)
 
void LoadPlaceEditor (ElementId^ typeId, String^ createMethod)
 
long ActiveEditorByName (String^ commandName)
 
- Public 成员函数 继承自 AnyCAD::Platform::EditorManager
bool GetExitWithESC ()
 
void SetExitWithESC (bool bEnabled)
 
String^ GetCurEditorId ()
 
void SetDefaultEditorId (String^ eidtorId)
 
String^ GetDefaultEditorId ()
 
- Public 成员函数 继承自 AnyCAD::Platform::Object
String^ GetObjectClassId ()
 
StringList^ ListParentClassIds ()
 

详细描述

The editor manager.

TODO:

成员函数说明

long AnyCAD::Platform::ViewEditorManager::ActiveEditorByName ( String^  commandName)

Active the editor

参数
commandNamethe name of the Editor
DocViewEditor ^ AnyCAD::Platform::ViewEditorManager::CreateEditor ( String^  commandId)

Create the editor by id The editor should be activated using ActiveEditor method.

参数
commandIdthe editor id
返回
the Editor
bool AnyCAD::Platform::ViewEditorManager::ExecuteCommand ( String^  commandName,
String^  parameters 
)

Execute the command

参数
commandNamethe command identifier
parametersthe parameters.
返回
true if succeed.
void AnyCAD::Platform::ViewEditorManager::LoadPlaceEditor ( ElementId typeId,
String^  createMethod 
)

Load the place editor to place the instance of the TypeElement

参数
typeIdthe TypeElement id.
createMethodthe create method.

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