Show / Hide Table of Contents

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
System.Object
Symbol
SceneSymbol
MarkerSceneSymbol
ModelSceneSymbol
SimpleMarkerSceneSymbol
Implements
System.ComponentModel.INotifyPropertyChanged
Symbol.PropertyChanged
Symbol.FromJson(String)
Symbol.ToJson()
Symbol.Clone()
Symbol.CreateSwatchAsync(Double)
Symbol.CreateSwatchAsync(Color, Double)
Symbol.CreateSwatchAsync(Int32, Int32, Single, Color, Geometry)
Symbol.CreateSwatchAsync(Int32, Int32, Double, Color)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.