Revit 2026 API
View |
ElementId to the BrowserOrganization for sheets.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual ElementId SheetOrganizationId { get; set; }
Public Overridable Property SheetOrganizationId As ElementId Get Set
public: virtual property ElementId^ SheetOrganizationId { ElementId^ get (); void set (ElementId^ value); }
abstract SheetOrganizationId : ElementId with get, set override SheetOrganizationId : ElementId with get, set
Property Value
ElementIdImplements
IViewSheetSetSheetOrganizationId
Exception | Condition |
---|---|
ArgumentException | Thrown when the ElementId does not reference to BrowserOrganization, or the target type of BrowserOrganization is incompatible. |

Ignored when [!:Autodesk::Revit::DB::PrintSetup::IsAutomatic] is .
See Also