Share

ViewSheetSet.ViewOrganizationId Property

ElementId to the BrowserOrganization for non-sheet views.


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

Syntax

C#

public virtual ElementId ViewOrganizationId { get; set; }

Property Value

ElementId

Implements

IViewSheetSet.ViewOrganizationId

Exceptions

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

Remarks

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

See Also

Reference

Was this information helpful?