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