SelectionEvent.activeInput Property
Parent Object: SelectionEventDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SelectionEvent.h>
Description
Returns the SelectionCommandInput that is currently active in the command dialog and that the user is selecting entities for. This can be used to determine which set of rules you want to apply to determine if the current entity is selectable or not.
Syntax
"selectionEvent_var" is a variable referencing a SelectionEvent object.
|