IEaxObjectSelection.Item

Syntax

Item(Index: Integer): IDimSelectionSet;

Parameters

Index. Index of selected area.

Description

The Item property returns selection corresponding to the specified selected area of the object.

Comments

Selected areas indexation is continuous and starts with zero. To get number of areas selected in the object, use the IEaxObjectSelection.Count property.

Example

The property use is given in the example for IEaxObjectSelectionManager.Selection.

See also:

IEaxObjectSelection