Property ContainsNonSchemaDataInHierarchy
ContainsNonSchemaDataInHierarchy
Gets a value indicating whether the KML document contains typed or untyped non-schema extended data within its node hierarchy.
Declaration
public bool ContainsNonSchemaDataInHierarchy { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Non-schema data may be contained at the document level or in 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 - 200.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |