Class UtilityElement
An instance of this class represents an entity in a utility network that corresponds to a Feature.
Inheritance
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityElement
Remarks
UtilityElement includes a reference to a Feature inside a utility network source, plus a terminal (if applicable). UtilityElement objects are used across the utility network API. Some places where they are used to specify starting points and barriers for use with tracing, and returned as results from tracing.
Properties
Name | Description |
---|---|
AssetGroup | Gets the asset group the element belongs to. |
AssetType | Gets the asset type the element belongs to. |
FractionAlongEdge | Gets or sets how far the starting point or barrier is along an edge in the utility network feature, from 0.0 to 1.0 of the utility network feature. |
GlobalId | Gets the global ID of the element. |
IsValid | Gets a value indicating whether or not the UtilityElement has complete data available. |
NetworkSource | Gets the network source the element is from. |
ObjectId | Gets the object id of the element's corresponding feature in the NetworkSource. |
Terminal | Gets or sets the Terminal of the element's corresponding feature in the NetworkSource. |
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 |