View3DCanToggleBetweenPerspectiveAndIsometric Method |
Checks whether this view can toggle between perspective and isometric.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool CanToggleBetweenPerspectiveAndIsometric()
Public Function CanToggleBetweenPerspectiveAndIsometric As Boolean
public:
bool CanToggleBetweenPerspectiveAndIsometric()
member CanToggleBetweenPerspectiveAndIsometric : unit -> bool
Return Value
Boolean
True if this view can be toggled, false otherwise.
Remarks
This view can only be toggled if no view specific elements are contained.
See Also