Rebuild all corridors in the current database.

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

Syntax

C#
public void RebuildAll()
Visual Basic
Public Sub RebuildAll
Visual C++
public:
void RebuildAll()

Remarks

This method rebuilds all corridors in the current database, considering their inter-dependencies. For example, corridors that use feature lines from other corridors will be rebuilt later, such that all corridors will hopefully be up to date after invoking this method. If such an order cannot be retrieved, the corridors will be rebuilt in the order they appear in this collection.

See Also