IEaxObjectSelectionManager.GetDimension

Fore Syntax

GetDimension(DimKey: Integer): IEaxDimensionInstance;

Fore.NET Syntax

GetDimension(DimKey: uinteger): Prognoz.Platform.Interop.Express.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.

Fore and Fore.NET Examples

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

See also:

IEaxObjectSelectionManager