ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / AggregatedGeometryResult Class / Line Property
Version

    Line Property (AggregatedGeometryResult)
    Returns an aggregated ArcGIS.Core.Geometry.Polyline geometry. This geometry is the union of all of the linear features returned by the trace.
    Syntax
    public Geometry Line {get;}
    Remarks
    If no linear features are returned by the trace, this property returns null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also