This document is archived and information here might be outdated. Recommended version. |
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*
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.