SortingOrder Enumeration


Sorting Order Enumeration

Enumerated type representing the sorting order of a collection of objects.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum SortingOrder
Members
Member name Value Description
Ascending 1 Ascending sorting order
Descending 2 Descending sorting order
See Also