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


ITopologyExtension.ActiveError Property (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.ActiveError Property
ArcGIS Developer Help

ITopologyExtension.ActiveError Property

The current active error.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

ITopologyExtension Interface