|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumConflictClass
Provides access to members that enumerate through conflict classes.
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.
Method Summary | |
---|---|
IConflictClass |
next()
Retrieves the next conflict class in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
Method Detail |
---|
IConflictClass next() throws IOException, AutomationException
The Next method returns the next conflict class.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
The Reset method resets the enumeration sequence to the beginning.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |