ArcObjects Library Reference (EditorExt)  

ITopologyExtension.ClearActiveErrors Method

Clears the topology error selection.

[Visual Basic .NET]
Public Sub ClearActiveErrors ( _
    ByVal hint As esriTEEventHint _
)
[C#]
public void ClearActiveErrors (
    esriTEEventHint hint
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Clears the current set of active errors from the current topology.  If the Error Inspector window is displayed, all errors listed in the table will be removed from the table.

See Also

ITopologyExtension Interface