ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AssociationDescription Class / PercentAlong Property

In This Topic
    PercentAlong Property (AssociationDescription)
    In This Topic
    Gets the percent along the midspan of a non-spatial edge object that a junction or non-spatial junction object is connected to if this Association represents a ArcGIS.Core.Data.UtilityNetwork.AssociationType.JunctionEdgeObjectConnectivityMidspan association. For all other AssocationTypes the value is null.
    Syntax
    public Nullable<double> PercentAlong {get;}
    Public ReadOnly Property PercentAlong As Nullable(Of Double)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also