Sets initial longitude sample. Longitude is measured about the Z-axis of the Solar Magnetic axes from the -X-axis. Uses Longtitude Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RefLongitude() As Double |
[C#] |
---|
public double RefLongitude {get; set;} |
[Managed C++] |
---|
public: __property double get_RefLongitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_RefLongitude( double * pVal ); public: HRESULT put_RefLongitude( double RefLongitude ); |
[Java] |
---|
public double getRefLongitude(); public void setRefLongitude( double ); |