PlanViewPlane Enumeration |
Locations where view range offsets can be specified.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum PlanViewPlane
Public Enumeration PlanViewPlane
public enum class PlanViewPlane
Members| Member name | Value | Description |
|---|
| BottomClipPlane | 2 |
Bottom Clip Plane
|
| CutPlane | 0 |
Cut Plane
|
| TopClipPlane | 1 |
Top Clip Plane
|
| UnderlayBottom | 4 |
Underlay Bottom Plane
|
| ViewDepthPlane | 3 |
View Depth Plane
|
See Also