LayerSceneProperties QML Type

Contains 3D-specific rendering properties for a layer. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Signals

Detailed Description

This QML type groups properties that are specific for rendering in 3D. This enables separation of the properties required for 2D and 3D and prevents inadvertent setting of 3D properties in 2D mode.

See also GraphicsOverlay and Layer.

Property Documentation

altitudeOffset : double

Returns or sets the altitude offset from the scene properties of the layer.

An altitude offset provides a simple mechanism to consistently modify the elevation of all features in the layer with a single value.

This property was introduced in Esri.ArcGISRuntime 100.6.


surfacePlacement : Enums.SurfacePlacement

The Enums.SurfacePlacement of the LayerSceneProperties.

The SurfacePlacement enumeration specifies how the surface defines altitude.


Signal Documentation

altitudeOffsetChanged()

Emitted when the altitudeOffset property changes.

Note: The corresponding handler is onAltitudeOffsetChanged.

This signal was introduced in Esri.ArcGISRuntime 100.6.


surfacePlacementChanged()

Emitted when the surfacePlacement property changes.

Note: The corresponding handler is onSurfacePlacementChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.