This document is archived and information here might be outdated. Recommended version. |
Provides access to members that check and repair and rebuild connectivity.
Use the IGeometricNetworkConnectivity2 interface in place of the IGeometricNetworkConnectivity interface when you need to repair the connectivity of network features.
The two methods available from IGeometricNetworkConnectivity2 should be used under different circumstance.
RebuildConnectivity2 should be used when:
CheckandRepairConnectivity should be used when:
Name | Description | |
---|---|---|
CheckAndRepairConnectivity | Checks and optionally repairs connectivity. | |
RebuildConnectivity | Incrementally rebuilds connectivity for features within and intersecting the specified envelope. | |
RebuildConnectivity2 | Incrementally rebuilds connectivity for features within and intersecting the specified envelope. Version 2. |
Interfaces | Description |
---|---|
IGeometricNetworkConnectivity | Provides access to a member that rebuilds geometric network connectivity. |
CoClasses and Classes | Description |
---|---|
GeometricNetwork | Esri Geometric Network object. |
The IGeometricNetworkConnectivity2 interface provides access to the methods that can be used to verify and rebuild the inconsistent connectivity of network features. These methods can be computationally expensive and should only be run when the networik is suspected of having inconsistent connectivity.