Gets or sets magnetic north pole latitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property MagneticNorthPoleLatitude() As Double |
[C#] |
---|
public double MagneticNorthPoleLatitude {get; set;} |
[Managed C++] |
---|
public: __property double get_MagneticNorthPoleLatitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MagneticNorthPoleLatitude( double * pVal ); public: HRESULT put_MagneticNorthPoleLatitude( double val ); |
[Java] |
---|
public double getMagneticNorthPoleLatitude(); public void setMagneticNorthPoleLatitude( double ); |