Share

SelectEvents.SelectedEntities Property

Parent Object: SelectEvents

Description

Gets an ObjectsEnumerator that presents all of the selected objects so far.

Syntax

SelectEvents.SelectedEntities() As ObjectsEnumerator

Property Value

This is a read only property whose value is an ObjectsEnumerator.

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.

Version

Introduced in version 5

Was this information helpful?