Revit 2025.3 API
Sorting |
Enumerated type representing the sorting order of a collection of objects.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
Members
Member name | Value | Description |
---|---|---|
Ascending | 1 | Ascending sorting order |
Descending | 2 | Descending sorting order |
See Also