IEaxObjectSelectionManager.GetDimension

Syntax

GetDimension(DimKey: Integer): IEaxDimensionInstance;

Parameters

DimKey. Dimension key.

Description

The GetDimension method returns data for dimension with the specified key.

Comments

To get dimension selection, use the IEaxObjectSelectionManager.ObjectSelection property.

Example

The method use is given in the example for IEaxSyncGroups.CreateGroup.

See also:

IEaxObjectSelectionManager