ArcObjects Library Reference (EditorExt)  

ITopologyExtension.AddActiveError Method

Adds a topology error to the selection.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

AddActiveError is often used in conjunction with one of the methods of Topology::IErrorFeatureContainer to return an enumeration of TopologyErrorFeature that meet some criteria.  For example, you  may want to automatically select all errors of a certain rule type so a user can apply a topology fix to all of them at once. 

See Also

ITopologyExtension Interface