IDimElementsOrderSetup.Add

Syntax

Add (Attribute: IDimAttribute, isReverseOrder: Boolean): Boolean;

Parameters

Attribute. Dictionary attribute to be added in sorting list.

isReverseOrder. Sorting order. Set the IDimElementsOrderSetup.ReverseOrder property.

Description

The Add method adds dictionary attribute to sorting list.

Example

The method use is given in the example for IDimInstance.NewElementsOrderSetup.

See also:

IDimElementsOrderSetup