| Revit 2020.1 API |
| BrowserOrganizationType Enumeration |
| See Also |
Enumerated type representing the type of browser organization.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2015
Since:
2015
Syntax
| C# |
|---|
public enum BrowserOrganizationType |
| Visual Basic |
|---|
Public Enumeration BrowserOrganizationType |
| Visual C++ |
|---|
public enum class BrowserOrganizationType |
Members
| Member name | Description |
|---|---|
| Views | The browser organization definition for views. |
| Sheets | The browser organization definition for sheets. |
| Families | The browser organization definition for families. |
| Schedules | The browser organization definition for schedules. |