IEaxDataAreaSliceProperties.GetDimensionNamingAttributes

Fore Syntax

GetDimensionNamingAttributes(DimKey: Integer): Array;

Fore.NET Syntax

GetDimensionNamingAttributes(DimKey: uinteger): System.Array;

Parameters

DimKey. Dimension key.

Description

The GetDimensionNamingAttributes method returns dimension attributes selection  as an array by dimension key.

Comments

The property is relevant if the IEaxDataAreaSliceProperties.MultipleAttributesEnabled property is set to True.

To set dimension attributes selection by its key, use IEaxDataAreaSliceProperties.SetDimensionNamingAttributes.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaSliceProperties.MultipleAttributesSeparator.

See also:

IEaxDataAreaSliceProperties