Share

ObjectsEnumerator.Item Property

Parent Object: ObjectsEnumerator

Description

Allows integer-indexed access to items in the collection.

Syntax

ObjectsEnumerator.Item( Index As Long ) As Object

Property Value

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

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the object to return.

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?