ArcGIS Pro 2.9 API Reference Guide
PercentAlongEdge Property

ArcGIS.Core.Data.UtilityNetwork Namespace > Element Class : PercentAlongEdge Property
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, Windows 8.1

See Also

Reference

Element Class
Element Members