The rate of change of the range. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RangeRate() As Double |
[C#] |
---|
public double RangeRate {get; set;} |
[Managed C++] |
---|
public: __property double get_RangeRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_RangeRate( double * pVal ); public: HRESULT put_RangeRate( double newVal ); |
[Java] |
---|
public double getRangeRate(); public void setRangeRate( double ); |