Class Surface
Surface contains elevation sources and defines a surface upon which layers and overlays can be draped.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class Surface : ILoadable, INotifyPropertyChanged
Remarks
The surface is used to represent the ground in a scene. It is comprised of a collection of
elevation sources (Elevation
Constructors
Properties
Name | Description |
---|---|
Background |
Gets or sets the grid and color settings to render the background grid of this surface. |
Elevation |
Gets or sets the elevation exaggeration for the surface. |
Elevation |
Gets the collection of elevation sources in the surface. |
Is |
Gets or sets a value indicating whether this surface is enabled and should be rendered. |
Load |
Gets the load error of the surface ( |
Load |
Gets the load status of the surface. |
Name | Gets or sets the name for the surface. |
Navigation |
Gets or sets the type of navigation constraint of the surface. |
Opacity | Gets or sets the opacity applied to the surface. |
Methods
Name | Description |
---|---|
Cancel |
Cancels an ongoing load. |
Get |
Gets the elevation (in meters) for the specified location on the surface. |
Load |
Initiates loading of the surface. |
Retry |
Retry loading the surface. |
Events
Name | Description |
---|---|
Loaded | Occurs when the surface is loaded. |
Load |
Occurs when the surface LoadStatus property is changed. |
Property |
Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |