This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictsWindow Interface (ArcObjects .NET 10.4 SDK) |
Provides access to Conflicts Display Window. Note: the IConflictsWindow interface has been superseded byIConflictsWindow3. Please consider using the more recent version.
The IConflictsWindow interface allows you to manage the conflict display environment after performing a reconcile in the Editor, if conflicts were detected. If further post processing of conflicts is required, the interface provides the methods to work with the classes that contain conflicts and the individual rows that are conflicts. Removing conflicting rows from the selection sets and resetting the conflicts window allows you to programmatically remove rows and classes from the dialog.
Description | ||
---|---|---|
Class | Class by index. | |
ClassCount | The number of classes with conflicts. | |
CurrentClass | Class of the selected feature, or 0 if no ConflictClass. | |
CurrentRow | ID of the selected row or feature, or -1 if no current row. | |
FindTable | Finds a cached table corresponding to the conflict class and version. | |
HasConflicts | Indicates if conflicts have been detected. | |
IDs | Enumerate the feature IDs for a ConflictClass. | |
Reset | Resets the conflicts. | |
Visible | Indicates if Conflicts Window is visible. |
CoClasses and Classes | Description |
---|---|
ConflictsWindow | Window used to resolve versioning conflicts. |