Show / Hide Table of Contents

Class AnalysisCollection

A collection of Analysis objects.

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

Constructors

Name Description
AnalysisCollection()

Initializes a new instance of the AnalysisCollection class.

See Also

Analyses

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.2.1 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 100.15

Relevant samples

Line of sight (location): Perform a line of sight analysis between two points in real time.
In This Article
Back to top Copyright © 2022 Esri.