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