Class KmlSimpleField
A KML simple field object.
Inheritance
System.Object
KmlSimpleField
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 KmlSimpleField
Remarks
The combination of the name and KmlSimpleFieldType creates a unique KML simple field.
Properties
Name | Description |
---|---|
DisplayName | Gets the display name of the simple field 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 simple field defined in the KML file. |
Type | Gets the type of the simple field defined in the KML file. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |