![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictsWindow2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to Conflicts Display Window. Note: the IConflictsWindow2 interface has been superseded byIConflictsWindow3. Please consider using the more recent version.
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. |
![]() |
RemoveClass | Removes the conlict class from the window. |
![]() |
Reset | Resets the conflicts. |
![]() |
Visible | Indicates if Conflicts Window is visible. |
Interfaces | Description |
---|---|
IConflictsWindow | Provides access to Conflicts Display Window. |
CoClasses and Classes | Description |
---|---|
ConflictsWindow | Window used to resolve versioning conflicts. |
IConflictsWindow2 extends the IConflictsWindow interface to support removal of particular conflict classes from the Conflicts window.