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





Windows & Linux

Description

Geodetic launch longitude. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Lon() As Double
[C#]
public double Lon {get; set;}
[Managed C++]
public: __property double get_Lon();
public: __property void set_Lon( double );
[Unmanaged C++]
public: HRESULT get_Lon(
    double * pVal
);
public: HRESULT put_Lon(
    double Lon
);
[Java]
public double getLon();
public void setLon(
    double
);
[Python - STK API ]
@property
def Lon(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.