Removes a topology error from the selection.
[Visual Basic .NET] Public Sub RemoveActiveError ( _ ByVal error As ITopologyErrorFeature, _ ByVal hint As esriTEEventHint _ )
[C#] public void RemoveActiveError ( ITopologyErrorFeature error, esriTEEventHint hint );
Product Availability
Available with ArcGIS Desktop.
Remarks
Removes the error at the specified index from the active error selection. This does not remove the error feature. Information in the form of an esriTEEventHint provides clients listening to ITopologyExtensionEvents::OnActiveErrorsChanged more detail on what triggered this event.