Property Schemas
Schemas
Gets the extended data schema for the KML document.
Declaration
public IReadOnlyList<KmlSchema> Schemas { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<KmlSchema> | The extended data schema for the KML document. |
Remarks
KML files may contain schemas that define the structure of schema data in a node's extended data. The schema is obtained at the document level for faster feature set creation. If a schema is not available, the array will be empty.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |