Show / Hide Table of Contents

Class KmlGeometryCollection

A collection of KmlGeometry objects.

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

Applies to

TargetVersions
.NET Standard 2.0100.4 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.4 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 100.15
In This Article
Back to top Copyright © 2022 Esri.