Class KmlSimpleField
A KML simple field object.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlSimpleField
Remarks
The combination of the Name and KmlSimpleFieldType creates a unique KML simple field.
Constructors
| Name | Description |
|---|---|
| KmlSimpleField(KmlSimpleFieldType, string, string, bool) | Initializes a new instance of the KmlSimpleField class. |
Properties
| Name | Description |
|---|---|
| DisplayName | Gets the display name of the KML simple field, as defined in the KML file. |
| IsArray | Gets a value indicating whether the value of this field is an array. |
| Name | Gets the name of the KML simple field, as defined in the KML file. |
| Type | Gets the type of the KML simple field, as defined in the KML file. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |