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