Gets the sorted stations for the baseline.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.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 |
See Also