Show / Hide Table of Contents

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.

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

TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.