ArcGIS Pro 2.6 API Reference Guide
RuleElements Property

ArcGIS.Core.Data.UtilityNetwork Namespace > Rule Class : RuleElements Property
Gets the RuleElement objects that make up this rule. These elements describe the features that participate in the rule.
Syntax
public IReadOnlyList<RuleElement> RuleElements {get;}
Public ReadOnly Property RuleElements As IReadOnlyList(Of RuleElement)
Remarks
The list returned from this property contains two or three elements. Three elements are returned for RuleType.EdgeJunctionEdgeConnectivity rules, while all other rule types return two elements. The RuleElement.Terminal properties in the objects of this list have different meanings depending on the RuleType.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Rule Class
Rule Members