Description
Gets or sets magnetic north pole longitude.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MagneticNorthPoleLongitude() As Double
|
| [C#] |
|---|
public double MagneticNorthPoleLongitude {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MagneticNorthPoleLongitude(); public: __property void set_MagneticNorthPoleLongitude(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MagneticNorthPoleLongitude(
double * pVal
);
public: HRESULT put_MagneticNorthPoleLongitude(
double val
);
|
| [Java] |
|---|
public double getMagneticNorthPoleLongitude();
public void setMagneticNorthPoleLongitude(
double
);
|
| [Python - STK API] |
|---|
@property
def MagneticNorthPoleLongitude(self) -> float:
@MagneticNorthPoleLongitude.setter
def MagneticNorthPoleLongitude(self, val:float) -> None:
|
See Also