This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IL > ILookAtKmlNode Interface > ILookAtKmlNode.HasLookAtPoint Property (ArcObjects .NET 10.5 SDK) |
Can LookAt a KmlNode.
[Visual Basic .NET] Public ReadOnly Property HasLookAtPoint As Boolean
[C#] public bool HasLookAtPoint {get;}
[C++]
HRESULT get_HasLookAtPoint(
VARIANT_BOOL* pHasLookAt
);
[C++]
Parameters pHasLookAt [out, retval] pHasLookAt is a parameter of type VARIANT_BOOL
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.