Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
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 (); } |