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)
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 SceneView.
Constructors
Name | Description |
---|---|
IntegratedMeshLayer(Item) | Initializes a new instance of the IntegratedMeshLayer class from the specified Item. |
IntegratedMeshLayer(Uri) | Initializes a new instance of the IntegratedMeshLayer class with the given service URI. |
Properties
Name | Description |
---|---|
AltitudeOffset | Gets or sets the altitude offset on the layer. |
Source | Gets the Uri of the service or package that this layer was created from. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |
Relevant samples
Add an integrated mesh layer: View an integrated mesh layer from a scene service.