Show / Hide Table of Contents

Property ExtendedSchemaData

ExtendedSchemaData

Gets a collection of schema data present in the extended data of a KML node.

Declaration
public IReadOnlyList<KmlSchemaData> ExtendedSchemaData { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<KmlSchemaData>

A collection of schema data present in the extended data of a KML node.

Remarks

This instance can be cast to an IList<KmlSchemaData> to be able to edit the collection.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.