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