Method AddField
AddField(KmlSimpleField, object?)
Adds the given field with an attribute value.
Declaration
public void AddField(KmlSimpleField field, object? attributeValue)
Parameters
| Type | Name | Description |
|---|---|---|
| KmlSimpleField | field | The field. |
| object | attributeValue | The attribute value. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |
AddField(string, string)
Adds the given field as string type with an attribute value.
Declaration
public void AddField(string name, string attributeValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the field. |
| string | attributeValue | The attribute value. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |