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