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





Windows & Linux

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 * pVal
);
[Java]
public double getLat();
[Python - STK API ]
@property
def Lat(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.