An enumeration of all the topology rules.
[Visual Basic 6.0] Property Rules As IEnumRule
[Visual Basic .NET] Public ReadOnly Property Rules As IEnumRule
[C#] public IEnumRule Rules {get;}
[Java] public IEnumRule getRules() throws IOException, AutomationException
[C++] HRESULT get_Rules( IEnumRule** Rules );
Returns an enumeration of the topology rules associated with the topology. The enumeration will contain all rules defined for the Topology, but will not contain the one rule that is inherent to each Topology, the esriTRTFeatureLargerThanClusterTolerance rule.