ViewOrganizationId Property


ElementId to the BrowserOrganization for non-sheet views.

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

Syntax

C#
public virtual ElementId ViewOrganizationId { get; set; }
Visual Basic
Public Overridable Property ViewOrganizationId As ElementId
	Get
	Set
Visual C++
public:
virtual property ElementId^ ViewOrganizationId {
	ElementId^ get ();
	void set (ElementId^ value);
}

Implements

IViewSheetSet ViewOrganizationId

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException Thrown when the ElementId does not reference to BrowserOrganization , or the target type of BrowserOrganization is incompatible.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →