This document is archived and information here might be outdated.  Recommended version.


IConflictsWindow Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictsWindow Interface
ArcGIS Developer Help

IConflictsWindow Interface

Provides access to Conflicts Display Window. Note: the IConflictsWindow interface has been superseded by IConflictsWindow3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Description

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.

Members

Name Description
Read-only property Class Class by index.
Read-only property ClassCount The number of classes with conflicts.
Read-only property CurrentClass Class of the selected feature, or 0 if no ConflictClass.
Read-only property CurrentRow ID of the selected row or feature, or -1 if no current row.
Method FindTable Finds a cached table corresponding to the conflict class and version.
Method HasConflicts Indicates if conflicts have been detected.
Read-only property IDs Enumerate the feature IDs for a ConflictClass.
Method Reset Resets the conflicts.
Read/write property Visible Indicates if Conflicts Window is visible.

Classes that implement IConflictsWindow

Classes Description
ConflictsWindow Window used to resolve versioning conflicts.