IEaxDataAreaSliceProperties.SetDimensionNamingAttributes

Fore Syntax

SetDimensionNamingAttributes(DimKey: Integer; Value: Array);

Fore.NET Syntax

SetDimensionNamingAttributes(DimKey: uinteger; Value: System.Array);

Parameters

DimKey. Key of the dimension.

Value. Dimension attributes keys array.

Description

The SetDimensionNamingAttributes method sets dimension attributes selection  by its key.

Comments

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

To get dimension attributes selection as array by dimension key, use IEaxDataAreaSliceProperties.GetDimensionNamingAttributes.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaSliceProperties