Forces the corridor to rebuild at some station.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void UpdateStation( double station )
VB
Public Sub UpdateStation ( station As Double )
C++
public: void UpdateStation( double station )
Parameters
- station 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.