RemoveOverriddenStation Method

Removes a overridden station from region.

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

Syntax

C#

public bool RemoveOverriddenStation(
	double station
)

Visual Basic

Public Function RemoveOverriddenStation ( _
	station As Double _
) As Boolean

Visual C++

public:
bool RemoveOverriddenStation(
	double station
)

Parameters

station
Type: System.Double
The overridden station to remove.

Return Value

Whether remove succeeds.

See Also