Show / Hide Table of Contents

Constructor KmlNonSchemaData

KmlNonSchemaData(IEnumerable<KeyValuePair<string, string>>)

Initializes a new instance of the KmlNonSchemaData class using untyped non-schema data from the attribute key-value pairs.

Declaration
public KmlNonSchemaData(IEnumerable<KeyValuePair<string, string>> untypedAttributes)
Parameters
Type Name Description
IEnumerable<KeyValuePair<string, string>> untypedAttributes

The key-value pairs of the non-schema data.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8

KmlNonSchemaData(IEnumerable<KeyValuePair<KmlSimpleField, object?>>)

Initializes a new instance of the KmlNonSchemaData class using typed non-schema data from the attribute key-value pairs.

Declaration
public KmlNonSchemaData(IEnumerable<KeyValuePair<KmlSimpleField, object?>> typedAttributes)
Parameters
Type Name Description
IEnumerable<KeyValuePair<KmlSimpleField, object>> typedAttributes

The key-value pairs of the non-schema data.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.