AGI STK X 11Send comments on this topic.
IsLatLonAltValid Property (AgPickInfoData)
See Also
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 * pIsValid
);
[Java]
public bool getIsLatLonAltValid();

See Also

Example

[Visual Basic .NET]
If pickInfoData.IsLatLonAltValid Then
MessageBox.Show ("LLA: " & pickInfoData.Lat & " " & pickInfoData.Lon & " " & pickInfoData.Alt)
End If
© 2019 Analytical Graphics, Inc. All Rights Reserved.