This document is archived and information here might be outdated. Recommended version. |
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*
This property returns a boolean value (true/false) indicating if the Node has a Snippet or not.