Revit 2026 API
Elevation |
Returns true if the ElevationMarker has at least one elevation view, false otherwise.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasElevations()
Public Function HasElevations As Boolean
public: bool HasElevations()
member HasElevations : unit -> bool
Return Value
BooleanTrue if the ElevationMarker has at least one elevation view, false otherwise.
See Also