ICustomDimAttributes.Orders

Syntax

Orders: ICustomDimOrders;

Description

The Orders property returns collection of attributes by which elements are sorted.

Comments

Sorting order is determined by attribute location order in collection: first, values of the first attribute are used for sorting, next, values of the second and so on. By default the attribute with the Order purpose is included to the sorting collection.

Example

The example of use is given in description of the ICustomDimOrders.Add method.

See also:

ICustomDimAttributes