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