InteractionEvents.SelectEvents Property
Parent Object: InteractionEventsDescription
Gets the Selection Events object.
Syntax
InteractionEvents.SelectEvents() As SelectEventsProperty Value
This is a read only property whose value is a SelectEvents.Samples
Name | Description |
Basic Selection Using Interaction Events | This sample demonstrates using the selection events to select a face. Selection is dependent on events and VB only supports events within a class module. |
Window Selection | This sample demonstrates using the selection events to window-select multiple edges. Selection is dependent on events and VB only supports events within a class module. |