STK X Send comments on this topic.
IsLatLonAltValid Property (AgPickInfoData)
See Also  Example





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1