Revit 2026 API
Alignment |
Returns an AlignmentStationLabel object for the given element.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static AlignmentStationLabel Get( Element element )
Public Shared Function Get ( element As Element ) As AlignmentStationLabel
public: static AlignmentStationLabel^ Get( Element^ element )
static member Get : element : Element -> AlignmentStationLabel
Parameters
- element Element
- The element for which to return the object.
Return Value
AlignmentStationLabelSee Also