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


IKmlNode.HasSnippet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlNode.HasSnippet Property

Does Kml Node have a snippet.

[Visual Basic .NET]
Public ReadOnly Property HasSnippet As Boolean
[C#]
public bool HasSnippet {get;}
[C++]
HRESULT get_HasSnippet(
  VARIANT_BOOL* pHasSnippet
);
[C++]

Parameters pHasSnippet [out, retval] pHasSnippet is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This property returns a boolean value (true/false) indicating if the Node has a Snippet or not.

See Also

IKmlNode Interface