Skip to content

CircuitTraceResult

ESM: import CircuitTraceResult from "@arcgis/core/rest/networks/circuits/support/CircuitTraceResult.js";
CDN: const CircuitTraceResult = await $arcgis.import("@arcgis/core/rest/networks/circuits/support/CircuitTraceResult.js");
Class: @arcgis/core/rest/networks/circuits/support/CircuitTraceResult
Inheritance: CircuitTraceResultJSONSupport
Since: ArcGIS Maps SDK for JavaScript 4.34
beta

Represents the result of a circuit trace with the "circuits" result type. Used in the telecom domain network.

Property Overview

Name Type Summary Class

The circuit information for the trace result.

CircuitTraceResult

The geometry of the traced circuit, if geometry was requested in the trace parameters.

CircuitTraceResult

The path associated with the traced circuit.

CircuitTraceResult

Property Details

circuit

Property
circuit Circuitautocast

The circuit information for the trace result.

geometry

Property
geometry Polyline |null |undefinedautocast

The geometry of the traced circuit, if geometry was requested in the trace parameters.

path

Property
path CircuitPath |null |undefinedautocast

The path associated with the traced circuit. This property is present for non-sectioned circuits.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.