Simple Marker Scene Symbol
constructor(style: SimpleMarkerSceneSymbolStyle = SimpleMarkerSceneSymbolStyle.Sphere, color: Color = Color.white, height: Double = 100.0, width: Double = 100.0, depth: Double = 100.0, anchorPosition: SceneSymbolAnchorPosition = SceneSymbolAnchorPosition.Bottom)
Creates a simple marker scene symbol with the given values.
Since
200.1.0
Parameters
style
The style of the symbol SimpleMarkerSceneSymbolStyle.
color
The color of the symbol Color.
height
The height in meters of the symbol.
width
The width in meters of the symbol.
depth
The depth in meters of the symbol.
anchor Position
The anchor_position of the symbol SceneSymbolAnchorPosition.