 Description
Description
Specify a longitude angle.
 Property type
Property type
Read-write property
 Syntax
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 * pRetVal
);
public: HRESULT put_Longitude(
    double Longitude
);
 | 
| [Java] | 
|---|
| public double getLongitude();
public void setLongitude(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def Longitude(self) -> float:
@Longitude.setter
def Longitude(self, Longitude:float) -> None:
 | 
 See Also
See Also