Skip to content
import LengthDimensionResult from "@arcgis/core/views/analysis/LengthDimensionResult.js";
Inheritance:
LengthDimensionResultAccessor
Since
ArcGIS Maps SDK for JavaScript 4.25

Represents the result of a LengthDimension.

See also

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
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.
PropertyTypeClass
declaredClass
readonly inherited
dimension
readonly
length
readonly

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor

The name of the class. The declared class name is formatted as esri.folder.className.

dimension

readonly Property
Type
LengthDimension

The LengthDimension that this result corresponds to.

length

readonly Property
Type
Length | null | undefined

The length currently being measured by the dimension.