STK XSend comments on this topic.
IsLatLonAltValid Property (AgPickInfoData)
See Also  Example
Windows






Windows & Linux

Description

Indicate if the Lat/Lon/Alt properties are valid.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsLatLonAltValid() As Boolean
[C#]
public bool IsLatLonAltValid {get;}
[Managed C++]
public: __property bool get_IsLatLonAltValid();
[Unmanaged C++]
public: HRESULT get_IsLatLonAltValid(
   VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsLatLonAltValid();

Example

[Visual Basic .NET]Copy Code
If pickInfoData.IsLatLonAltValid Then
    MessageBox.Show ("LLA: " & pickInfoData.Lat & " " & pickInfoData.Lon & " " & pickInfoData.Alt)
End If

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.