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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |