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

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

Syntax

C#
public void Remove(
	double rawStationBack
)
Visual Basic
Public Sub Remove ( _
	rawStationBack As Double _
)
Visual C++
public:
void Remove(
	double rawStationBack
)

Parameters

rawStationBack
Type: System..::..Double
Raw station back value.

See Also