Revit 2026 API
AlignmentDisplayed |
Specifies the station at which the alignment's display 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 DisplayedEndStation { get; }
Public ReadOnly Property DisplayedEndStation As Double Get
public: property double DisplayedEndStation { double get (); }
member DisplayedEndStation : float with get
Property Value
Double
This station is within the alignment's geometric definition range (StartStation, EndStation).
See Also