This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.FindActiveError Method (ArcObjects .NET 10.5 SDK) |
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 );
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.