Show / Hide Table of Contents

Property Schemas

Schemas

Gets the collection of KML schemas for the extended data of the nodes in the KML document.

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

The collection of KML schemas for the extended data of the nodes in the KML document.

Remarks

Each KML document may contain a collection of KML schemas that allows for faster feature set creation. If the KML document does not contain a KML schema, this collection is empty.

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.