Class KmlSimpleField
A KML simple field object.
Inheritance
System.Object
KmlSimpleField
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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, Boolean) | 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 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |