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
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.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 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.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
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<KmlSimpleField, System.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 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.