Returns an array of all the station values for the Baseline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 |