Description
The rate of change in longitude. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LongitudeRate() As Double
|
| [C#] |
|---|
public double LongitudeRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LongitudeRate(); public: __property void set_LongitudeRate( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LongitudeRate( double * pRetVal ); public: HRESULT put_LongitudeRate( double NewLongitudeRate );
|
| [Java] |
|---|
public double getLongitudeRate();public void setLongitudeRate( double );
|
See Also