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


IDEGeometricNetwork2.ReduceNetworkConflicts Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork2.ReduceNetworkConflicts Property

Indicates if network conflicts should be reduced during reconcile.

[Visual Basic .NET]
Public Property ReduceNetworkConflicts As Boolean
[C#]
public bool ReduceNetworkConflicts {get; set;}
[C++]
HRESULT get_ReduceNetworkConflicts(
  VARIANT_BOOL* ReduceNetworkConflicts
);
[C++]
HRESULT put_ReduceNetworkConflicts(
  VARIANT_BOOL ReduceNetworkConflicts
);
[C++]

Parameters ReduceNetworkConflicts [out, retval] ReduceNetworkConflicts is a parameter of type VARIANT_BOOL ReduceNetworkConflicts [in] ReduceNetworkConflicts is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDEGeometricNetwork2 Interface