Share

CorridorCollection.RebuildAll Method

Rebuild all corridors in the current database.



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

Syntax

C#

public void RebuildAll()

VB

Public Sub RebuildAll

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

Reference

Was this information helpful?