Gets or sets the rate of change of the satellite's longitude. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LongitudeRate() As Double |
[C#] |
---|
public double LongitudeRate {get; set;} |
[Managed C++] |
---|
public: __property double get_LongitudeRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_LongitudeRate( double * pVal ); public: HRESULT put_LongitudeRate( double newVal ); |
[Java] |
---|
public double getLongitudeRate(); public void setLongitudeRate( double ); |