Show / Hide Table of Contents

Enum KmlListItemType

Defines how visibility selection should work, enabling either single or multiple selection of child nodes of a document, folder, or network link.

Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlListItemType
Remarks

When list item type is RadioFolder, making a node visible will hide its sibling nodes.

See the Google KML reference for more information.

Fields

Name Description
Check

All child nodes can be enabled for display. In a table of contents, nodes should be shown with checkboxes to enable multiple selection.

CheckHideChildren

All child nodes should be enabled for display, but they should not be shown in the table of contents.

CheckOffOnly

Everything in the container or network link can be turned off all at once. Prevents nodes from becoming visible simultaneously. Child nodes must be enabled individually. This is useful if the container or network link contains a large amount of data.

RadioFolder

Only one child node can be enabled for display at any one time. In a table of contents, nodes should be shown with radio buttons.

When a child node is selected for display, sibling nodes will be hidden automatically.

Applies to

TargetVersions
.NET Standard 2.0100.4 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.4 - 200.7
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.