Revit 2025.3 API
View |
Checks whether this view can toggle between perspective and isometric.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanToggleBetweenPerspectiveAndIsometric()
Public Function CanToggleBetweenPerspectiveAndIsometric As Boolean
public: bool CanToggleBetweenPerspectiveAndIsometric()
member CanToggleBetweenPerspectiveAndIsometric : unit -> bool
Return Value
BooleanTrue if this view can be toggled, false otherwise.
This view can only be toggled if no view specific elements are contained.
See Also