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





Description

Latitude of point clicked (if available).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Lat() As Double

[C#]
public double Lat {get;}

[Managed C++]
public: __property double get_Lat();

[Unmanaged C++]
public: HRESULT get_Lat(
double * pRetVal
);

[Java]
public double getLat();

Remarks

Unit is degrees.

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