This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictsWindow2 Interface > IConflictsWindow2.RemoveClass Method (ArcObjects .NET 10.4 SDK) |
Removes the conlict class from the window.
[Visual Basic .NET] Public Sub RemoveClass ( _ ByVal conflictClass As IConflictClass _ )
[C#] public void RemoveClass ( IConflictClass conflictClass );
Issuing RemoveClass provides a way to filter the list of conflicts presented to the user; it does not resolve conflicts from that class. Use IConflictsWindow::Reset to populate the conflict window with all conflict classes removed using RemoveClass.