Show / Hide Table of Contents

Class IntegratedMeshLayer

A layer that renders an integrated textured mesh.

Inheritance
System.Object
Layer
IntegratedMeshLayer
Implements
System.ComponentModel.INotifyPropertyChanged
ILoadable
ILayerContent
Layer.LoadAsync()
Layer.CancelLoad()
Layer.RetryLoadAsync()
Layer.LoadStatus
Layer.LoadError
Layer.Item
Layer.Attribution
Layer.Description
Layer.MaxScale
Layer.MinScale
Layer.SpatialReference
Layer.Opacity
Layer.Id
Layer.FullExtent
Layer.Clone()
Layer.CanChangeVisibility
Layer.IsVisible
Layer.IsIdentifyEnabled
Layer.Name
Layer.ShowInLegend
Layer.SublayerContents
Layer.GetLegendInfosAsync()
Layer.IsVisibleAtScale(Double)
Layer.PropertyChanged
Layer.OnPropertyChanged(String)
Layer.Loaded
Layer.LoadStatusChanged
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 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 System.Uri of the service or package that this layer was created from.

Applies to

TargetVersions
.NET Standard 2.0100.5 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.5 - 200.7
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 200.7

Relevant samples

Add an integrated mesh layer: View an integrated mesh layer from a scene service.
In This Article
Back to top Copyright © 2022 Esri.