Show / Hide Table of Contents

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.

The default value is 0.0.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.10 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 100.15
In This Article
Back to top Copyright © 2022 Esri.