ArcObjects Library Reference (GlobeCore)  

IKmlNode.HasName Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This property returns a boolean value (true/false) indicating if the Node has a Name or not.

See Also

IKmlNode Interface