ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / ShortestPathTracer Class / Trace Method
The input arguments to the trace.

In This Topic
    Trace Method (ShortestPathTracer)
    In This Topic
    Executes a shortest path trace.
    Syntax
    Public Overrides Function Trace( _
       ByVal traceArgument As TraceArgument _
    ) As IReadOnlyList(Of Result)

    Parameters

    traceArgument
    The input arguments to the trace.

    Return Value

    A IReadOnlyList of concrete Result whose type corresponds to ResultType set in TraceArgument.ResultTypes.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also