AGI STK Objects 11Send comments on this topic.
Lat Property (IAgLLAGeocentric)
See Also
Windows






Windows & Linux

Description

Latitude: angle above the x-y plane. Uses Latitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Lat() As Double
[C#]
public double Lat {get; set;}
[Managed C++]
public: __property double get_Lat();
public: __property void set_Lat( double );
[Unmanaged C++]
public: HRESULT get_Lat(
    double * pVal
);
public: HRESULT put_Lat(
    double Lat
);
[Java]
public double getLat();
public void setLat(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.