Revit 2026 API
AlignmentEnd |
Specifies the station at which the alignment's geometric definition ends, in Revit internal model units (standard Imperial feet).
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 double EndStation { get; }
Public ReadOnly Property EndStation As Double Get
public: property double EndStation { double get (); }
member EndStation : float with get
Property Value
Double
This station may be outside the displayed range (DisplayedStartStation, DisplayedEndStation).
See Also