ViewSheetSet.ViewOrganizationId Property

ViewSheetSetViewOrganizationId Property

ElementId to the BrowserOrganization for non-sheet views.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual ElementId ViewOrganizationId { get; set; }
Public Overridable Property ViewOrganizationId As ElementId
	Get
	Set
public:
virtual property ElementId^ ViewOrganizationId {
	ElementId^ get ();
	void set (ElementId^ value);
}
abstract ViewOrganizationId : ElementId with get, set
override ViewOrganizationId : ElementId with get, set

Property Value

ElementId

Implements

IViewSheetSetViewOrganizationId
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 .
See Also