Show / Hide Table of Contents

Class UtilityNetworkSource

An instance of this class represents a network source in a utility network.

Inheritance
System.Object
UtilityNetworkSource
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityNetworkSource
Remarks

Various sources of related information are associated to comprise the utility network. The most obvious sources are the structures and network features that are included with each domain network. Other sources are the set of associations and the system junctions.

The NetworkSources property contains the collection of UtilityNetworkSource instances in the utility network definition.

Properties

Name Description
AssetGroups

Gets the network source's asset groups.

FeatureTable

Gets the ArcGISFeatureTable that corresponds to the utility network source.

Name

Gets the name of the utility network source.

SourceId

Gets the ID of the utility network source.

SourceType

Gets the source type of the utility network source.

SourceUsageType

Gets the usage type of this utility network source.

Methods

Name Description
GetAssetGroup(String)

Gets the associated UtilityAssetGroup with specified asset group name.

Applies to

TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7

Relevant samples

Configure subnetwork trace: Get a server-defined trace configuration for a given tier and modify its traversability scope, add new condition barriers and control what is included in the subnetwork trace result.
Perform valve isolation trace: Run a filtered trace to locate operable features that will isolate an area from the flow of network resources.
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.
In This Article
Back to top Copyright © 2022 Esri.