Contains 3D-specific rendering properties for a layer. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- altitudeOffset : double
- surfacePlacement : Enums.SurfacePlacement
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
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.
The Enums.SurfacePlacement of the LayerSceneProperties.
The SurfacePlacement enumeration specifies how the surface defines altitude.
Signal Documentation
Emitted when the altitudeOffset property changes.
Note: The corresponding handler is onAltitudeOffsetChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the surfacePlacement property changes.
Note: The corresponding handler is onSurfacePlacementChanged
.