EndStation Property
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: 23.0.0.0 (23.1.0.0)
Since:  2022

Syntax

C#
public double EndStation { get; }
Visual Basic
Public ReadOnly Property EndStation As Double
	Get
Visual C++
public:
property double EndStation {
	double get ();
}

Remarks

This station may be outside the displayed range (DisplayedStartStation, DisplayedEndStation).

See Also