BrowserOrganization.GetCurrentBrowserOrganizationForSheets
Method
Description:
Gets the that applies to the Sheets section of the project browser.
Gets the that applies to the Sheets section of the project browser.
Syntax
public static BrowserOrganization GetCurrentBrowserOrganizationForSheets(
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 sheets, or null if no sheets exist. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |