Returns an array of doubles with the baseline stations sorted. Note: This method doesn't work for DREF corridor, in this case, you should first get the applies asemblies and then call Stations() to achieve the similar result.
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
Return Value
DoubleRemarks
This method overrides the implementation for Baseline objects.