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:
CircuitTraceResult→JSONSupport
Since: ArcGIS Maps SDK for JavaScript 4.34
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
-
The geometry of the traced circuit, if geometry was requested in the trace parameters.
-
path
path CircuitPath |null |undefinedautocast
-
The path associated with the traced circuit. This property is present for non-sectioned circuits.