Enum KmlSimpleFieldType
The type associated with a node's extended data attribute.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlSimpleFieldTypeFields
| Name | Description | 
|---|---|
| Boolean | A boolean value. | 
| Date | A date time value. | 
| DateOnly | A date only value. | 
| Float32 | A float value. | 
| Float64 | A double value. | 
| Int16 | A 16-bit integer value. | 
| Int32 | A 32-bit integer value. | 
| Int64 | A 64-bit integer value. | 
| String | A string value. | 
| UInt16 | A 16-bit unsigned integer value. | 
| UInt32 | A 32-bit unsigned integer value. | 
| UInt64 | A 64-bit unsigned integer value. | 
See Also
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 |