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 |
|---|---|
| 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.
This property is equivalent to "percent along value" in other parts of the ArcGIS platform. For example,
ArcGIS REST /query
and ArcGIS Pro Associations Table.
The default value is 0.0.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.10 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.10 - 200.8 |
| Xamarin.Android | 100.10 - 100.15 |
| Xamarin.iOS | 100.10 - 100.15 |
| UWP | 100.10 - 200.8 |