PlanViewDirection Enumeration

This enumerated type represents the possible directions for a plan view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum PlanViewDirection
Members
Member nameValueDescription
Down0 Revit looks down onto the plan view
Undefined-1 View does not use Plan View Direction
Up1 Revit looks up to the plan view
See Also