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
- See also
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
error ServiceError |null |undefined
-
The error which occurred during the verify operation, if any.
-
The synthesized geometry for the verified circuit.
-
name
name String
-
The name of the verified circuit.