STK ObjectsSend comments on this topic.
Lat Property (IAgVeLaunchLLA)
See Also
Windows





Windows & Linux

Description

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

@Lat.setter
def Lat(self, Lat:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.