ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pHasDescription
);
[C++]

Parameters

pHasDescription [out, retval]   pHasDescription 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 Description or not.

See Also

IKmlNode Interface