STK ObjectsSend comments on this topic.
Longitude Property (IAgOrbitStateGeodetic)
See Also
Windows





Windows & Linux

Description

The angle between the projection of the position vector in the equatorial plane and the prime meridian. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Longitude() As Double
[C#]
public double Longitude {get; set;}
[Managed C++]
public: __property double get_Longitude();
public: __property void set_Longitude( double );
[Unmanaged C++]
public: HRESULT get_Longitude(
    double * pVal
);
public: HRESULT put_Longitude(
    double vLongitude
);
[Java]
public double getLongitude();
public void setLongitude(
    double
);
[Python - STK API ]
@property
def Longitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.