Removes the conlict class from the window.
[Visual Basic .NET] Public Sub RemoveClass ( _ ByVal conflictClass As IConflictClass _ )
[C#] public void RemoveClass ( IConflictClass conflictClass );
Product Availability
Available with ArcGIS Desktop.
Remarks
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.