Share

DesignSpeedCollection.GetDesignSpeed Method

Gets the DesignSpeed object in the collection by raw Station value.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public DesignSpeed GetDesignSpeed(
	double rawStation
)

VB

Public Function GetDesignSpeed ( 
	rawStation As Double
) As DesignSpeed

C++

public:
DesignSpeed^ GetDesignSpeed(
	double rawStation
)

Parameters

rawStation  Double
Raw station value.

Return Value

DesignSpeed

See Also

Reference

Was this information helpful?