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


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

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