Class KmlSchemaData
The key/value pairs obtained from the node's schema data and the associated schema.
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 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |