Share

SelectEvents.AddSelectionFilter Method

Parent Object: SelectEvents

Description

Adds a new filter (indication of the type of object(s) of interest) to the existing list of filters.

Syntax

SelectEvents.AddSelectionFilter( Filter As SelectionFilterEnum )

Parameters

Name Type Description
Filter SelectionFilterEnum

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.

Version

Introduced in version 5

Was this information helpful?