Returns an array of all the station values for the Baseline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public override sealed double[] SortedStations()
VB
Public Overrides NotOverridable Function SortedStations As Double()
C++
public: virtual array<double>^ SortedStations() override sealed