Skip to content
import Symbol3DAnchorPosition2D from "@arcgis/core/symbols/support/Symbol3DAnchorPosition2D.js";
Inheritance:
Symbol3DAnchorPosition2DAccessor
Since
ArcGIS Maps SDK for JavaScript 5.0

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
x
y

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

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

x

Property
Type
number

Value defining the position relative to the icon's width.

Default value
0

y

Property
Type
number

Value defining the position relative to the icon's height.

Default value
0