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


IConflictsWindow2.RemoveClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IConflictsWindow2.RemoveClass Method

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. 

See Also

IConflictsWindow2 Interface