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





Description

Geocentric launch latitude. 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 * pRetVal
);
public: HRESULT put_Lat(
double NewLat
);

[Java]
public double getLat();public void setLat(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1