ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / UpstreamTracer Class / Trace Method / Trace(TraceArgument,ServiceSynchronizationType) Method
The input arguments to the trace.
Specifies which implementation of the service endpoint to call. This parameter is ignored for non-services based utility networks.

In This Topic
    Trace(TraceArgument,ServiceSynchronizationType) Method
    In This Topic
    Executes an upstream trace.
    Syntax

    Parameters

    traceArgument
    The input arguments to the trace.
    serviceSynchronizationType
    Specifies which implementation of the service endpoint to call. This parameter is ignored for non-services based utility networks.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also