DesignSpeedCollectionAdd Method

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

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

Return Value

DesignSpeed
See Also