Gets or sets magnetic north pole longitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property MagneticNorthPoleLongitude() As Double |
[C#] |
---|
public double MagneticNorthPoleLongitude {get; set;} |
[Managed C++] |
---|
public: __property double get_MagneticNorthPoleLongitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MagneticNorthPoleLongitude( double * pVal ); public: HRESULT put_MagneticNorthPoleLongitude( double val ); |
[Java] |
---|
public double getMagneticNorthPoleLongitude(); public void setMagneticNorthPoleLongitude( double ); |