This document is archived and information here might be outdated.  Recommended version.


IKmlNode.Snippet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlNode Interface > IKmlNode.Snippet Property
ArcGIS Developer Help

IKmlNode.Snippet Property

Kml Node Snippet.

[Visual Basic .NET]
Public ReadOnly Property Snippet As String
[C#]
public string Snippet {get;}
[C++]
HRESULT get_Snippet(
  System.String* Snippet
);
[C++]
Parameters
Snippet [out, retval]

Snippet is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Snippet is a smaller description of the KML Node. This property returns the Snippet of the KML Node as a string

See Also

IKmlNode Interface