| Revit Preview Release API |
| BrowserOrganization..::..SortingOrder Property |
| BrowserOrganization Class See Also |
The sorting order if sorting of items is applicable in the browser.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2015
Syntax
| C# |
|---|
public SortingOrder SortingOrder { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SortingOrder As SortingOrder Get |
| Visual C++ |
|---|
public: property SortingOrder SortingOrder { SortingOrder get (); } |