Revit 2026 API
ViewIs |
Indicates if the view is assembly view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsAssemblyView { get; }
Public ReadOnly Property IsAssemblyView As Boolean Get
public: property bool IsAssemblyView { bool get (); }
member IsAssemblyView : bool with get
Property Value
BooleanSee Also