Class KmlSchemaData
The key/value pairs obtained from the node's schema data and the associated schema.
Inheritance
System.Object
KmlSchemaData
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 KmlSchemaData
Constructors
| Name | Description |
|---|---|
| KmlSchemaData(IEnumerable<KeyValuePair<String, Object>>, KmlSchema) | Initializes a new instance of the KmlSchemaData class. |
Properties
| Name | Description |
|---|---|
| Attributes | Gets the key and value pairs obtained from schema data nodes. |
| Schema | Gets the schema associated with the schema data. |
Methods
| Name | Description |
|---|---|
| SetAttributeValue(String, Object) | Sets the value of an existing attribute. |
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 |