Class SimpleMarkerSceneSymbol
Base class for symbols used in a Scene, used to draw point or multipoint features on a layer using an 3D marker symbol.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SimpleMarkerSceneSymbol : MarkerSceneSymbol, INotifyPropertyChanged
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |