ArcObjects Library Reference (GlobeCore)  

IKmlNode.Snippet Property

Kml Node Snippet.

[Visual Basic .NET]
Public ReadOnly Property Snippet As String
[C#]
public string Snippet {get;}
[C++]
HRESULT get_Snippet(
  BSTR* 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