Class KmlSchema
A KML schema object.
Inheritance
System.Object
KmlSchema
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 KmlSchema
Remarks
The schema element defined under KML document in the KML file. It consists of an array KmlSimpleField, a name, and a schema ID.
Properties
Name | Description |
---|---|
Fields | Gets an array of simple fields. |
Name | Gets the name of the schema defined in the KML file. |
SchemaId | Gets the ID of the schema defined in the KML file. |
Methods
Name | Description |
---|---|
GetField(String) | Returns the simple field object with the given name, or |
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 |