Skip to content
import VoxelGraphicOrigin from "@arcgis/core/graphic/VoxelGraphicOrigin.js";
Inheritance:
VoxelGraphicOriginGraphicOrigin
Since
ArcGIS Maps SDK for JavaScript 5.0

Provides information about the VoxelLayer from which a graphic originates. The origin information may be available when a graphic is returned from methods such as hitTest().

See also

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
layer

The VoxelLayer from which a graphic originates.

Properties

PropertyTypeClass
layer
readonly
type
readonly
VoxelLayer["type"]

layer

readonly Property
Type
VoxelLayer

A layer from which a graphic originates.

type

readonly Property
Type
VoxelLayer["type"]

Indicates the type of layer the graphic originated from.

Default value
"voxel"