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
);
|
[Python - STK API] |
---|
@property
def RefLongitude(self) -> float:
@RefLongitude.setter
def RefLongitude(self, RefLongitude:float) -> None:
|
See Also