Revit 2026 API
Camera |
Identifies whether the projection is orthographic or perspective
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsPespective { get; }
Public ReadOnly Property IsPespective As Boolean Get
public: property bool IsPespective { bool get (); }
member IsPespective : bool with get
Property Value
BooleanSee Also