Show / Hide Table of Contents

Property Snippet

Snippet

Gets or sets the optional snippet for this KML node.

Declaration
public string Snippet { get; set; }
Property Value
Type Description
System.String

The optional snippet for this KML node.

Remarks

Snippets can be defined for KML nodes as an additional short description for UI display. If no snippet is specified, you can take the first few lines of the Description. The maximum number of lines to display is specified by the SnippetMaxLines property.

Applies to

Platforms and versions
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.