This document is archived and information here might be outdated. Recommended version. |
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 );
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.