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


ILookAtKmlNode.HasLookAtPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IL > ILookAtKmlNode Interface > ILookAtKmlNode.HasLookAtPoint Property
ArcGIS Developer Help

ILookAtKmlNode.HasLookAtPoint Property

Can LookAt a KmlNode.

[Visual Basic .NET]
Public ReadOnly Property HasLookAtPoint As Boolean
[C#]
public bool HasLookAtPoint {get;}
[C++]
HRESULT get_HasLookAtPoint(
  Boolean* pHasLookAt
);
[C++]
Parameters
pHasLookAt [out, retval]

pHasLookAt is a parameter of type bool*

Product Availability

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

Description

The property returns a boolean value (true/false) indicating if the KML Node has a LookAtPoint defined in the KML file.

The LookAtPoint is specified with a "<LookAt>" tag in the KML file.

See Also

ILookAtKmlNode Interface