ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Element Class / PercentAlongEdge Property

In This Topic
    PercentAlongEdge Property
    In This Topic
    If this Element represents an edge feature, this may be used to specify the exact point along the edge.
    Syntax
    public double PercentAlongEdge {get; set;}
    Public Property PercentAlongEdge As Double
    Exceptions
    ExceptionDescription
    The value should be between 0.0 and 1.0.
    Remarks
    This property can be used to pass in an exact point along an edge to serve as a starting point or barrier with network tracing. The value should be between 0.0 and 1.0. The default value, also used by Element objects returned from tracing, is 0.0.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also