Class UtilityNetworkSource
An instance of this class represents a network source in a utility network.
Inheritance
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |