Skip to content

CircuitVerifyResult

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

Property Overview

Name Type Summary Object

The error which occurred during the verify operation, if any.

CircuitVerifyResult

The synthesized geometry for the verified circuit.

CircuitVerifyResult

The name of the verified circuit.

CircuitVerifyResult

Property Details

error

Property
error ServiceError |null |undefined

The error which occurred during the verify operation, if any.

geometry

Property
geometry Polyline |null |undefinedautocast

The synthesized geometry for the verified circuit.

name

Property
name String

The name of the verified circuit.

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