IEaxDataAreaSlice.GetDimension

Fore Syntax

GetDimension(DimKey: Integer): IEaxDimensionInstance;

Fore.NET Syntax

GetDimension(DimKey: uinteger): Prognoz.Platform.Interop.Dimensions.IEaxDimensionInstance;

Parameters

DimKey. Dimension key.

Description

The GetDimension method returns dimension of analytical data area slice by its key.

Comments

To work with collection of analytical data area slices, use IEaxDataAreaSlice.Slices.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDimensionDescriptor.Equal.

See also:

IEaxDataAreaSlice