CorridorCollectionRebuildAll Method

Rebuild all corridors in the current database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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