Show / Hide Table of Contents

Class LayerSceneProperties

Collection of properties for layers or overlays that participate in a Scene.

Inheritance
System.Object
LayerSceneProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LayerSceneProperties : INotifyPropertyChanged
Remarks

Scene properties can be retrieved from the GraphicsOverlay and used to set scene specific properties defining the behavior in 3D.

Constructors

Name Description
LayerSceneProperties()

Initializes a new instance of the LayerSceneProperties class with default values.

LayerSceneProperties(SurfacePlacement)

Initializes a new instance of the LayerSceneProperties class with the specified SurfacePlacement.

Properties

Name Description
AltitudeOffset

Gets or sets the altitude offset on the layer.

SurfacePlacement

Gets or sets the SurfacePlacement for the layer scene properties.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Relevant samples

Choose camera controller: Control the behavior of the camera in a scene.
Scene properties expressions: Update the orientation of a graphic using expressions based on its attributes.
In This Article
Back to top Copyright © 2022 Esri.