Revit 2026 API
Elevation |
Indicates if this is a reference ElevationMarker.
Only reference elevations can be hosted by reference ElevationMarkers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsReference { get; }
Public ReadOnly Property IsReference As Boolean Get
public: property bool IsReference { bool get (); }
member IsReference : bool with get
Property Value
BooleanSee Also