This document is archived and information here might be outdated. Recommended version. |
Does Kml Node have a description.
[Visual Basic .NET]
Public ReadOnly Property HasDescription As Boolean
[C#]
public bool HasDescription {get;}
[C++]
HRESULT get_HasDescription(
Boolean* pHasDescription
);
[C++] Parameters pHasDescription [out, retval]
pHasDescription is a parameter of type bool*
This property returns a boolean value (true/false) indicating if the Node has a Description or not.