AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
Arguments for selection change event. 更多...
Public 成员函数 | |
Document^ | GetDocument () |
View^ | GetView () |
ElementIdSet^ | GetIds () |
bool | IsHighlightMode () |
bool | HasInput () |
InputEvent^ | GetInputEvent () |
Arguments for selection change event.
TODO:
Document ^ AnyCAD::Platform::SelectionChangeArgs::GetDocument | ( | ) |
Get the document.
ElementIdSet ^ AnyCAD::Platform::SelectionChangeArgs::GetIds | ( | ) |
Get the selected element ids.
InputEvent ^ AnyCAD::Platform::SelectionChangeArgs::GetInputEvent | ( | ) |
Get the input event.
View ^ AnyCAD::Platform::SelectionChangeArgs::GetView | ( | ) |
Get the view.
bool AnyCAD::Platform::SelectionChangeArgs::HasInput | ( | ) |
Test if has valid input data.
bool AnyCAD::Platform::SelectionChangeArgs::IsHighlightMode | ( | ) |
Is highlight mode.