Class KmlGeometryCollection
A collection of KmlGeometry objects.
Inheritance
System.Object
    Esri.ArcGISRuntime.RuntimeCollection<KmlGeometry>
    Esri.ArcGISRuntime.RuntimeObservableCollection<KmlGeometry>
    KmlGeometryCollection
  Implements
System.Collections.Generic.IList<KmlGeometry>
    System.Collections.Generic.ICollection<KmlGeometry>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<KmlGeometry>
    System.Collections.Generic.IReadOnlyCollection<KmlGeometry>
    System.Collections.Generic.IEnumerable<KmlGeometry>
    System.Collections.IEnumerable
    System.ComponentModel.INotifyPropertyChanged
    System.Collections.Specialized.INotifyCollectionChanged
  
      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.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlGeometryCollection : RuntimeObservableCollection<KmlGeometry>, IList<KmlGeometry>, ICollection<KmlGeometry>, IList, ICollection, IReadOnlyList<KmlGeometry>, IReadOnlyCollection<KmlGeometry>, IEnumerable<KmlGeometry>, IEnumerable, INotifyPropertyChanged, INotifyCollectionChangedConstructors
| Name | Description | 
|---|---|
| KmlGeometryCollection() | Initializes a new instance of the KmlGeometryCollection class. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.4 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.4 - 200.8 | 
| Xamarin.Android | 100.4 - 100.15 | 
| Xamarin.iOS | 100.4 - 100.15 | 
| UWP | 100.4 - 200.8 |