Adds a DesignSpeed to the collection for the given Station value.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public DesignSpeed Add( double station, double speed )
VB
Public Function Add ( station As Double, speed As Double ) As DesignSpeed
C++
public: DesignSpeed^ Add( double station, double speed )
Parameters
- station Double
- Station value in the design speed collection.
- speed Double
- Speed value in the design speed collection.