- See also
Method Overview
Name | Return Type | Summary | Object |
---|---|---|---|
Promise<TraceResult> | The trace function takes a set of parameters, executes the trace analytic on the backend, and returns trace results. more details | trace |
Method Details
-
trace(url, params, requestOptions){Promise<TraceResult>}
-
The trace function takes a set of parameters, executes the trace analytic on the backend, and returns trace results.
Parametersurl StringURL to the ArcGIS Server REST resource that represents a UttilityNetwork.
params TraceParametersThe list of parameters required by the trace
requestOptions ObjectoptionalAdditional options to be used for the data request (will override requestOptions defined during construction).
ReturnsType Description Promise<TraceResult> When resolved, returns the trace results which could include elements, function results or aggregated geometries.