Class MarkerSceneSymbol
A base class for 3D marker scene symbols used to display graphics and features (collectively referred to as geoelements) that have points or multipoint geometry.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class MarkerSceneSymbol : SceneSymbol, INotifyPropertyChanged
Remarks
Symbols describe how graphics and features look on a scene. Different symbols are used with different geometry types. Marker scene symbols are used to display graphics and features that are based on point or multipoint geometries on a 3D surface (a scene). Subclasses of this class represent specific types of marker scene symbols, such as simple symbols (SimpleMarkerSceneSymbol) or 3D models (ModelSceneSymbol).
Properties
Name | Description |
---|---|
AnchorPosition | Gets or sets the anchor position of the simple marker scene symbol. |
Color | Gets or sets the symbol color of the simple marker scene symbol. |
Depth | Gets or sets the depth (in meters) of the simple marker scene symbol. |
Heading | Gets or sets the heading (in degrees) of the scene marker symbol. |
Height | Gets or sets the height (in meters) of the simple marker scene symbol. |
Pitch | Gets or sets the pitch (in degrees) of the scene marker symbol. |
Roll | Gets or sets the roll (in degrees) of the scene marker symbol. |
Width | Gets or sets the width (in meters) of the simple marker scene symbol. |
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 |