Show / Hide Table of Contents

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, INotifyCollectionChanged

Constructors

Name Description
KmlGeometryCollection()

Initializes a new instance of the KmlGeometryCollection class.

Applies to

TargetVersions
.NET Standard 2.0100.4 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.4 - 200.7
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.