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


ITopologyExtension.ActiveErrorRuleType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

ITopologyExtension.ActiveErrorRuleType Property

The topology rule type of the selected error.

[Visual Basic .NET]
Public ReadOnly Property ActiveErrorRuleType As esriTopologyRuleType
[C#]
public esriTopologyRuleType ActiveErrorRuleType {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

If the active errors represent more than one topology rule type or if there are no active errors, ActiveErrorRuleType will return -1.

See Also

ITopologyExtension Interface