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
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.