Class KmlMultiGeometry
A KML multi-geometry containing multiple KmlGeometry objects.
Implements
System.IEquatable<KmlGeometry>
  
      System.Object.Equals(System.Object, System.Object)
    
    
      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 KmlMultiGeometry : KmlGeometry, IEquatable<KmlGeometry>Constructors
| Name | Description | 
|---|---|
| KmlMultiGeometry(IEnumerable<KmlGeometry>) | Initializes a new instance of the KmlMultiGeometry class. | 
Properties
| Name | Description | 
|---|---|
| KmlGeometries | Gets or sets the KML geometries for the KML multi-geometry. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 | 
| .NET | 200.6 - 200.8 | 
| .NET Windows | 200.6 - 200.8 | 
| .NET Android | 200.6 - 200.8 | 
| .NET iOS | 200.6 - 200.8 | 
| .NET Framework | 200.6 - 200.8 | 
| UWP | 200.6 - 200.8 |