AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
命令上下文 更多...
Public 成员函数 | |
View^ | GetView () |
Document^ | GetDocument () |
bool | WaitForEventLoop (long loopId) |
void | OutputMessage (String^ msg) |
命令上下文
记录命令的上下文信息
void AnyCAD::Platform::CommandContext::OutputMessage | ( | String^ | msg | ) |
输出信息。
msg | 输出信息的内容。 |
bool AnyCAD::Platform::CommandContext::WaitForEventLoop | ( | long | loopId | ) |
等待EventLoop。
loopId | 要等待的EventLoop的ID |