Provides access to members that enumerate through conflict classes.
Description
Objects of this type are created through the IVersionEdit.ConflictClassesproperty. The enumeration contains a set of IConflictClassobjects that contain conflicts after performing a reconcile.
Use the IEnumConflictClass interface when you need to iterate through the classes that contain conflicts.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next conflict class in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumConflictClass.Next Method
Retrieves the next conflict class in the enumeration sequence.
Public Function Next ( _
) As IConflictClass
public IConflictClass Next (
);
Remarks
The Nextmethod returns the next conflict class.
IEnumConflictClass.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Remarks
The Resetmethod resets the enumeration sequence to the beginning.
Classes that implement IEnumConflictClass
Classes | Description |
---|---|
EnumConflictClass | Esri EnumConflictClass object. |