Visibility settings for ReferencePoint element's coordinate reference planes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum CoordinatePlaneVisibility
Members
| Member name | Value | Description |
|---|
| Always | 2 |
Always Visible.
|
| Never | 0 |
Never visible.
|
| WhenSelected | 1 |
Visible when selected.
|
See Also
Reference