Show / Hide Table of Contents

Property Fields

Fields

Gets a collection of KML simple fields.

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

An collection of simple fields.

Remarks

A collection of KmlSimpleField objects dictates the creation of simple data nodes. If there is no schema defined at the document level, the collection will be 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.