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


ITopologyErrorFeature.TopologyRuleType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyErrorFeature Interface > ITopologyErrorFeature.TopologyRuleType Property
ArcGIS Developer Help

ITopologyErrorFeature.TopologyRuleType Property

The Object Class for the row.

[Visual Basic .NET]
Public ReadOnly Property TopologyRuleType As esriTopologyRuleType
[C#]
public esriTopologyRuleType TopologyRuleType {get;}
[C++]
HRESULT get_TopologyRuleType(
  esriTopologyRuleType* ruleType
);
[C++]
Parameters
ruleType [out, retval]

ruleType is a parameter of type esriTopologyRuleType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The TopologyRuleType property returns the type of topology rule associated with the topology error feature from the esriTopologyRuleType constants.  Each topology has one inherent rule, esriTRTFeatureLargerThanClusterTolerance, which identified features that are less than the defined cluster tolerance for the topology.

See Also

ITopologyErrorFeature Interface