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


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

ITopologyRuleContainer.Rules Property

An enumeration of all the topology rules.

[Visual Basic .NET]
Public ReadOnly Property Rules As IEnumRule
[C#]
public IEnumRule Rules {get;}
[C++]
HRESULT get_Rules(
  IEnumRule** Rules
);
[C++]
Parameters
Rules [out, retval]

Rules is a parameter of type IEnumRule**

Product Availability

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

Remarks

Returns an enumerator of the topology rules associated with the topology. The enumerator will contain all rules defined for the Topology, but will not contain the one rule that is inherent to each Topology, the esriTRTFeatureLargerThanClusterTolerance rule.

See Also

ITopologyRuleContainer Interface