This document is archived and information here might be outdated. Recommended version. |
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*
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.