This document is archived and information here might be outdated.  Recommended version.


IGeometricNetworkReconcileProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetworkReconcileProperties Interface
ArcGIS Developer Help

IGeometricNetworkReconcileProperties Interface

Provides access to properties that influence reconciliation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property ReduceNetworkConflicts Indicates if the reconcile plan for the network reduces network conflicts.

Classes that implement IGeometricNetworkReconcileProperties

Classes Description
GeometricNetwork Esri Geometric Network object.

Remarks

The IGeometricNetworkReconcileProperties interface provides a mechanism for specifying which reconcile strategy will be used when reconciling versions containing edits to the geometric network. 

The default value for ReduceNetworkConflicts is false, indicating that reconciling network features will behave in the same manner as the previous release.  Connectivity of network features will be established and conflict filtering and propagation will occur.

A ReduceNetworkConflicts value of true indicates that geometric network features will be reconciled as if they were simple features.  No conflict filtering or propagation will occur.