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


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

ITopologyExtension.ActiveErrorCount Property

The number of selected topology errors.

[Visual Basic .NET]
Public ReadOnly Property ActiveErrorCount As Integer
[C#]
public int ActiveErrorCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the number of currently active (selected) topology errors for the current topology.  If the value of CurrentTopology is changed ClearActiveErrors is called and ActiveErrorCount will return 0.

See Also

ITopologyExtension Interface