This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlNode Interface > IKmlNode.HasSnippet Property (ArcObjects .NET 10.4 SDK) |
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
This property returns a boolean value (true/false) indicating if the Node has a Snippet or not.