Revit 2025.3 API
View |
Identifies whether this is a perspective view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsPerspective { get; }
Public ReadOnly Property IsPerspective As Boolean Get
public: property bool IsPerspective { bool get (); }
member IsPerspective : bool with get
Property Value
Boolean
Exception | Condition |
---|---|
InvalidOperationException | Returns true if the view is not a view template. |

In a perspective view, view direction is variable - it is the direction that connects a particular point on the model with the eye position.
The property ViewDirection becomes less meaningful -
it only describes the general orientation of the camera.
See Also