This document is archived and information here might be outdated.  Recommended version.


ITopologyExtension.FindActiveError Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.FindActiveError Method
ArcGIS Developer Help

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