IDimElementsOrderSetup.Add

Fore Syntax

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

Fore.NET Syntax

Add (Attribute: Prognoz.Platform.Interop.Dimensions.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.

Fore and Fore.NET Examples

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

See also:

IDimElementsOrderSetup