Adds a DesignSpeed to the collection for the given Station value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public DesignSpeed Add( double station, double speed )
Visual Basic
Public Function Add ( _ station As Double, _ speed As Double _ ) As DesignSpeed
Visual C++
public: DesignSpeed^ Add( double station, double speed )
Parameters
- station
- Type: System.Double
Station value in the design speed collection.
- speed
- Type: System.Double
Speed value in the design speed collection.