Property FractionAlongEdge
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.
Declaration
public double FractionAlongEdge { get; set; }
Property Value
Type | Description |
---|---|
System.Double | 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. |
Remarks
This property is only valid when the GlobalId property refers to an edge feature that is an input to a tracing operation.
Applies to
Platforms and versions
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 |
Relevant samples
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.