IEaxObjectSelection

Assembly: Express;

Description

The IEaxObjectSelection interface is used to work with object selection

Inheritance Hierarchy

IEaxObjectSelection

Comments

Object selection is used to get dimension selection corresponding to the selection of areas in the object.

To get object selection, use the IEaxObjectSelectionManager.Selection property.

Properties

  Property name Brief description
Combined The Combined property returns spliced selection corresponding to all areas selected in the table.
Count The Count property returns number of areas selected in the object.
Item The Item property returns selection corresponding to the specified selected area of the object.
Matrix The Matrix property returns data matrix corresponding to the areas selected in the object.

Methods

  Method name Brief description
Add

The Add method adds the specified selection to the object selection.
Clear

The Clear method clears object selection.

See also:

Express Assembly Interfaces