| Revit 2022 API |
| PlanViewRangeError Enumeration |
| See Also |
Describes errors in the location of planes in a PlanViewRange object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public enum PlanViewRangeError |
| Visual Basic |
|---|
Public Enumeration PlanViewRangeError |
| Visual C++ |
|---|
public enum class PlanViewRangeError |
Members
| Member name | Description |
|---|---|
| TopClipBelowCutPlane | Top clip plane is below the cut plane. |
| BottomClipAboveCutPlane | Bottom clip plane is above the cut plane. |
| ViewDepthAboveBottomClip | View depth is above the bottom clip plane. |
| ViewDepthBelowTopClip | View depth is below the top clip plane. |