Add Method

Adds a DesignSpeed to the collection for the given Station value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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.

See Also