Class KmlMultiGeometry
A KML multi-geometry containing multiple KmlGeometry objects.
Implements
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 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |