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


IKmlNode.HasSnippet 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.HasSnippet Property
ArcGIS Developer Help

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(
  Boolean* pHasSnippet
);
[C++]
Parameters
pHasSnippet [out, retval]

pHasSnippet is a parameter of type 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