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 | ||
---|---|---|
Next | Retrieves the next conflict class in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
CoClasses that implement IEnumConflictClass
CoClasses and Classes | Description |
---|---|
EnumConflictClass | ESRI EnumConflictClass object. |