ArcObjects Library Reference (GeoDatabase)  

IEnumConflictClass Interface

Provides access to members that enumerate through conflict classes.

Product Availability

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

Description

Objects of this type are created through the IVersionEdit.ConflictClasses property. The enumeration contains a set of IConflictClass objects that contain conflicts after performing a reconcile.

Use the IEnumConflictClass interface when you need to iterate through the classes that contain conflicts.

Members

Description
Method Next Retrieves the next conflict class in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

CoClasses that implement IEnumConflictClass

CoClasses and Classes Description
EnumConflictClass Esri EnumConflictClass object.

.NET Related Topics

How to merge conflicting geometries during a reconcile