import LengthDimensionResult from "@arcgis/core/views/analysis/LengthDimensionResult.js";const LengthDimensionResult = await $arcgis.import("@arcgis/core/views/analysis/LengthDimensionResult.js");- Inheritance:
- LengthDimensionResult→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.25
Represents the result of a LengthDimension.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
dimension readonly | | |
length readonly | |
dimension
readonly Property
- Type
- LengthDimension
The LengthDimension that this result corresponds to.