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

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

See also

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
layer

The SceneLayer from which a graphic originates.

Properties

PropertyTypeClass
layer
readonly
type
readonly
SceneLayer["type"]

layer

readonly Property
Type
SceneLayer

A layer from which a graphic originates.

type

readonly Property
Type
SceneLayer["type"]

Indicates the type of layer the graphic originated from.

Default value
"scene"