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