Share

StationEquationCollection.Remove(Double) Method

Removes a station equation from the collection by raw station back.



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

Syntax

C#

public void Remove(
	double rawStationBack
)

VB

Public Sub Remove ( 
	rawStationBack As Double
)

C++

public:
void Remove(
	double rawStationBack
)

Parameters

rawStationBack  Double
Raw station back value.

See Also

Reference

Was this information helpful?