import Symbol3DAnchorPosition3D from "@arcgis/core/symbols/support/Symbol3DAnchorPosition3D.js";const Symbol3DAnchorPosition3D = await $arcgis.import("@arcgis/core/symbols/support/Symbol3DAnchorPosition3D.js");- Inheritance:
- Symbol3DAnchorPosition3D→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
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.
x
Property
- Type
- number
Value defining the position relative to the x axis of the bounding box.
- Default value
- 0
y
Property
- Type
- number
Value defining the position relative to the y axis of the bounding box.
- Default value
- 0
z
Property
- Type
- number
Value defining the position relative to the z axis of the bounding box.
- Default value
- 0