PlanViewRangeLevel Enumeration


Plan View Range Level Enumeration

An enumerated type representing the options for setting the range for a plan view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum PlanViewRangeLevel
Members
Member name Value Description
Above -2 View range is the level above
Below -4 View range is the level below
Current -3 View range is the current level
Unlimited -1 View range is unlimited
Unused -5
See Also