The PlanViewDirection of this view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public PlanViewDirection PlanViewDirection { get; set; }
Property Value
PlanViewDirectionExceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: PlanViewDirection cannot be set to Undefined |
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
| InvalidOperationException | When setting this property: View must be a Structural Plan |
