Class SimpleMarkerSceneSymbol
Uses a 3D marker symbol to symbolize graphics and features that have point or multipoint geometry.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SimpleMarkerSceneSymbol : MarkerSceneSymbol, INotifyPropertyChanged
Remarks
Simple marker scene symbols display graphics and features (collectively referred to as geoelements) using predefined 3D markers such as Cone, Cube, and Sphere.
Constructors
Name | Description |
---|---|
SimpleMarkerSceneSymbol() | Initializes a new instance of the SimpleMarkerSceneSymbol class with sphere as default style. |
SimpleMarkerSceneSymbol(SimpleMarkerSceneSymbolStyle, Color, Double, Double, Double, SceneSymbolAnchorPosition) | Initializes a new instance of the SimpleMarkerSceneSymbol class. |
Properties
Name | Description |
---|---|
Style | Gets or sets the style of the scene marker symbol. |
Methods
Name | Description |
---|---|
CreateCone(Color, Double, Double) | Creates a simple marker scene symbol with cone style. |
CreateCone(Color, Double, Double, SceneSymbolAnchorPosition) | Creates a simple marker scene symbol with cone style. |
CreateCube(Color, Double) | Creates a simple marker scene symbol with cube style. |
CreateCube(Color, Double, SceneSymbolAnchorPosition) | Creates a simple marker scene symbol with cube style. |
CreateCylinder(Color, Double, Double) | Creates a simple marker scene symbol with cylinder style. |
CreateCylinder(Color, Double, Double, SceneSymbolAnchorPosition) | Creates a simple marker scene symbol with cylinder style. |
CreateDiamond(Color, Double, Double) | Creates a simple marker scene symbol with diamond style. |
CreateDiamond(Color, Double, Double, SceneSymbolAnchorPosition) | Creates a simple marker scene symbol with diamond style. |
CreateSphere(Color, Double) | Creates a simple marker scene symbol with sphere style. |
CreateSphere(Color, Double, SceneSymbolAnchorPosition) | Creates a simple marker scene symbol with sphere style. |
CreateTetrahedron(Color, Double, Double) | Creates a simple marker scene symbol with tetrahedron style. |
CreateTetrahedron(Color, Double, Double, SceneSymbolAnchorPosition) | Creates a simple marker scene symbol with tetrahedron style. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |