| Revit 2020.1 API |
| PlanViewRangeLevel Enumeration |
| See Also |
An enumerated type representing the options for seting the range for a plan view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public enum PlanViewRangeLevel |
| Visual Basic |
|---|
Public Enumeration PlanViewRangeLevel |
| Visual C++ |
|---|
public enum class PlanViewRangeLevel |
Members
| Member name | Description |
|---|---|
| Unused | |
| Below | View range is the level below |
| Current | View range is the current level |
| Above | View range is the level above |
| Unlimited | View range is unlimited |