Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaSlice > IEaxDataAreaSlice.GetDimension

IEaxDataAreaSlice.GetDimension

Syntax

GetDimension(DimKey: Integer): IEaxDimensionInstance;

Parameters

DimKey. Dimension key.

Description

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

Comments

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

Example

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

See also:

IEaxDataAreaSlice