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 in a non-spatial edge connectivity association, this property represents the relative location of the junction along the non-spatial edge, ranging from 0.0 (the edge's start point) to 1.0 (the edge's end point).
For a JunctionEdgeObjectConnectivityToSide association, the value is 0.0; if JunctionEdgeObjectConnectivityMidspan, the value is between 0.0 and 1.0; and if JunctionEdgeObjectConnectivityFromSide, the value is 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 | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |