Description
The rate of change in latitude. Uses AngleRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LatitudeRate() As Double
|
| [C#] |
|---|
public double LatitudeRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LatitudeRate(); public: __property void set_LatitudeRate( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LatitudeRate( double * pRetVal ); public: HRESULT put_LatitudeRate( double NewLatitudeRate );
|
| [Java] |
|---|
public double getLatitudeRate();public void setLatitudeRate( double );
|
See Also