Share

InSessionViewSheetSet.SheetOrganizationId Property

ElementId to the BrowserOrganization for sheets.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public virtual ElementId SheetOrganizationId { get; set; }

Property Value

ElementId

Implements

IViewSheetSet.SheetOrganizationId

Exceptions

ExceptionCondition
ArgumentException Thrown when the ElementId does not reference to BrowserOrganization, or the target type of BrowserOrganization is incompatible.

See Also

Reference

Was this information helpful?