ArcObjects Library Reference (EditorExt)  

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