Identifies whether this is a perspective view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsPerspective { get; }
Property Value
BooleanExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Returns true if the view is not a view template. |
