Property FractionAlongEdge
FractionAlongEdge
Gets the relative location along the non-spatial edge where the junction is (logically) located.
Declaration
public double FractionAlongEdge { get; }
Property Value
Type | Description |
---|---|
System.Double | The relative location along the non-spatial edge where the junction is (logically) located. |
Remarks
If this is a junction to a non-spatial edge connectivity association, this property represents how far the junction is located along the non-spatial edge, from 0.0 (the edge's start point) and 1.0 (the edge's end point).
If this association represents JunctionEdgeObjectConnectivityToSide, the value will be 0.0, if JunctionEdgeObjectConnectivityMidspan, the value will be between 0.0 and 1.0, and if JunctionEdgeObjectConnectivityFromSide, the value will be 1.0.
The default value is 0.0.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 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.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |