This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlNode Interface > IKmlNode.HasDescription Property (ArcObjects .NET 10.4 SDK) |
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
This property returns a boolean value (true/false) indicating if the Node has a Description or not.