Enum UtilityRuleType
An enumeration of the various types of network rules that determine permissible feature associations in a utility network.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UtilityRuleType
Fields
Name | Description |
---|---|
Attachment | A network rule governing structural attachment. Structural attachment network rule constrains the types of features that can be attached to a given structure feature based on its asset type. The FromElement of this network rule represents a structure and the ToElement represents the attachments. It does not support terminal connectivity and affects Attachment associations. |
Containment | A network rule governing containment. Containment network rule constrains the types of features that can be contained in a given container feature based on its asset type. The FromElement of this network rule represents a container and the ToElement represents a content or another container if nested containment is allowed. It does not support terminal connectivity and affects Containment associations. |
EdgeJunctionEdgeConnectivity | A network rule governing connectivity between two edges and a junction. This connectivity network rule constrains the types of edge features that can be connected using an intermediate junction feature. |
JunctionEdgeConnectivity | A network rule governing line-end connectivity to a device or junction. This connectivity network rule constrains the types of junction features that can be connected to edge features. The FromElement of this network rule represents a junction and the ToElement represents an edge. It supports terminal connectivity and affects the following associations:
|
JunctionJunctionConnectivity | A network rule governing connectivity between junction features. This connectivity network rule constrains the types of junction features that can be connected to another junction feature based on its asset type. It supports terminal connectivity and affects Connectivity associations. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |