SelectEvents.WindowSelectEnabled Property
Parent Object: SelectEventsDescription
Gets/Sets the flag indicating whether window select is enabled.
Syntax
SelectEvents.WindowSelectEnabled() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
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. |