IEaxDataAreaSliceProperties.SetDimensionNamingAttributes

Syntax

SetDimensionNamingAttributes(DimKey: Integer; Value: 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.

Example

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

See also:

IEaxDataAreaSliceProperties