This document is archived and information here might be outdated.  Recommended version.


IKmlNode.HasDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlNode Interface > IKmlNode.HasDescription Property
ArcGIS Developer Help

IKmlNode.HasDescription Property

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*

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 Description or not.

See Also

IKmlNode Interface