Class IntegratedMeshLayer
A layer that renders an integrated textured mesh.
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.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class IntegratedMeshLayer : Layer, INotifyPropertyChanged, ILoadable, ILayerContent
Remarks
An integrated mesh can represent built and natural 3D features, such as building walls,
trees, valleys, and cliffs, with realistic textures and includes elevation information.
Layers of this type can only be displayed in a Scene
Constructors
Name | Description |
---|---|
Integrated |
Initializes a new instance of the Integrated |
Integrated |
Initializes a new instance of the Integrated |
Properties
Name | Description |
---|---|
Altitude |
Gets or sets the altitude offset on the layer. |
Source | Gets the System. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 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.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |
Relevant samples
Add an integrated mesh layer: View an integrated mesh layer from a scene service.