CoordinatePlaneVisibility Enumeration

Visibility settings for ReferencePoint element's coordinate reference planes.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum CoordinatePlaneVisibility
Members
Member nameValueDescription
Never0 Never visible.
WhenSelected1 Visible when selected.
Always2 Always Visible.
See Also