BrowserOrganization.GetCurrentBrowserOrganizationForSchedules
Method
Description:
Gets the that applies to the Schedules section of the project browser.
Gets the that applies to the Schedules section of the project browser.
Syntax
public static BrowserOrganization GetCurrentBrowserOrganizationForSchedules(
Document document
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | Revit document from which to get the organization data. |
Return Value
Type | Description |
---|---|
BrowserOrganization | The BrowserOrganization for schedules, or null if no schedules sections exist |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |