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