Share

DesignSpeedCollection.Remove(Double) Method

Removes a DesignSpeed from the collection by raw Station value.



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

Syntax

C#

public void Remove(
	double rawStation
)

VB

Public Sub Remove ( 
	rawStation As Double
)

C++

public:
void Remove(
	double rawStation
)

Parameters

rawStation  Double
Raw station value.

See Also

Reference

Was this information helpful?