Forces the corridor to rebuild at some station.

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

Syntax

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

Parameters

station
Type: System..::..Double

Remarks

Rebuilding the Corridor object can be an expensive operation; therefore, caution should be taken when invoking this method. It is recommended you perform all modifications to the Corridor object and invoke this method as the last operation, as opposed to calling the method after each operation. Check the IsOutOfDate property to determine whether a corridor requires rebuilding.

See Also