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.ActiveError Property (ArcObjects .NET 10.5 SDK) |
The current active error.
[Visual Basic .NET] Public Function get_ActiveError ( _ ByVal index As Integer _ ) As ITopologyErrorFeature
[C#] public ITopologyErrorFeature get_ActiveError ( int index );
Returns the currently active topology error feature in the selected index. Basic properties of the active topology error may be accessed directly from ITopologyExtension using the ActiveErrorRuleType and ActiveErrorGeometryType properties, while more detailed information is available from the returned ITopologyErrorFeature.