Show / Hide Table of Contents

Class ElevationSourceCollection

A collection of elevation sources.

Inheritance
System.Object
RuntimeCollection<ElevationSource>
RuntimeObservableCollection<ElevationSource>
ElevationSourceCollection
Implements
IEnumerable<ElevationSource>
ICollection<ElevationSource>
IEnumerable
IList
ICollection
IReadOnlyList<ElevationSource>
IReadOnlyCollection<ElevationSource>
INotifyPropertyChanged
INotifyCollectionChanged
RuntimeObservableCollection<ElevationSource>.ClearItems()
RuntimeObservableCollection<ElevationSource>.RemoveItem(Int32)
RuntimeObservableCollection<ElevationSource>.InsertItem(Int32, ElevationSource)
RuntimeObservableCollection<ElevationSource>.AddRange(IEnumerable<ElevationSource>)
RuntimeObservableCollection<ElevationSource>.SetItem(Int32, ElevationSource)
RuntimeObservableCollection<ElevationSource>.MoveItem(Int32, Int32)
RuntimeObservableCollection<ElevationSource>.BlockReentrancy()
RuntimeObservableCollection<ElevationSource>.CheckReentrancy()
RuntimeObservableCollection<ElevationSource>.OnPropertyChanged(String)
RuntimeObservableCollection<ElevationSource>.OnPropertyChanged(PropertyChangedEventArgs)
RuntimeObservableCollection<ElevationSource>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
RuntimeObservableCollection<ElevationSource>.PropertyChanged
RuntimeObservableCollection<ElevationSource>.CollectionChanged
RuntimeCollection<ElevationSource>.Item[Int32]
RuntimeCollection<ElevationSource>.RemoveAt(Int32)
RuntimeCollection<ElevationSource>.Insert(Int32, ElevationSource)
RuntimeCollection<ElevationSource>.Move(Int32, Int32)
RuntimeCollection<ElevationSource>.IndexOf(ElevationSource)
RuntimeCollection<ElevationSource>.GetEnumerator()
RuntimeCollection<ElevationSource>.IsReadOnly
RuntimeCollection<ElevationSource>.Count
RuntimeCollection<ElevationSource>.Add(ElevationSource)
RuntimeCollection<ElevationSource>.Clear()
RuntimeCollection<ElevationSource>.Contains(ElevationSource)
RuntimeCollection<ElevationSource>.CopyTo(ElevationSource[], Int32)
RuntimeCollection<ElevationSource>.Remove(ElevationSource)
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ElevationSourceCollection : RuntimeObservableCollection<ElevationSource>

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

Relevant samples

Add an integrated mesh layer: View an integrated mesh layer from a scene service.
Change atmosphere effect: Changes the appearance of the atmosphere in a scene.
Choose camera controller: Control the behavior of the camera in a scene.
In This Article
Back to top Copyright © 2022 Esri.