ArcObjects Library Reference (EditorExt)  

ITopologyExtension.FindActiveError Method

Indicates whether a given error is in the topology error selection.

[Visual Basic .NET]
Public Function FindActiveError ( _
    ByVal error As ITopologyErrorFeature _
) As Integer
[C#]
public int FindActiveError (
    ITopologyErrorFeature error
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use FindActiveError to determine if a given TopologyErrorFeature is already active (selected).  This can be helpful when managing the set of active errors programmatically to ensure expected topology errors are included in the selection.

See Also

ITopologyExtension Interface