Revit 2026 API
ViewIs |
Indicates if the view is temporarily hiding or isolating elements or categories.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsTemporaryHideIsolateActive()
Public Function IsTemporaryHideIsolateActive As Boolean
public: bool IsTemporaryHideIsolateActive()
member IsTemporaryHideIsolateActive : unit -> bool
Return Value
BooleanTrue if elements/categories are being temporarily hidden or isolated, false otherwise.
See Also