Property ContainsSchemaDataInHierarchy
ContainsSchemaDataInHierarchy
Gets a value indicating whether the KML document contains schema extended data within its hierarchy.
Declaration
public bool ContainsSchemaDataInHierarchy { get; }
Property Value
Type | Description |
---|---|
System.Boolean | Indicates whether the KML document contains schema extended data within its hierarchy. |
Remarks
Returns true
if the KML document contains schema extended data, false
otherwise.
Data may be contained at the document level or any of its child nodes.
Use this to avoid unnecessarily traversing the node hierarchy and checking each node individually.
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 |