Show / Hide Table of Contents

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:

  • JunctionEdgeObjectConnectivityFromSide, which allows a junction to be connected to the end point of an edge
  • JunctionEdgeObjectConnectivityMidspan, which allows a junction to be connected along the midspan of an edge
  • JunctionEdgeObjectConnectivityToSide, which allows a junction to be connected to the start point of an edge

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

TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.