PlanViewRangeError Enumeration

Describes errors in the location of planes in a PlanViewRange object.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum PlanViewRangeError
Members
Member nameValueDescription
TopClipBelowCutPlane0 Top clip plane is below the cut plane.
BottomClipAboveCutPlane1 Bottom clip plane is above the cut plane.
ViewDepthAboveBottomClip2 View depth is above the bottom clip plane.
ViewDepthBelowTopClip3 View depth is below the top clip plane.
See Also