AGI STK Objects 11 Send comments on this topic.
LatitudeRate Property (IAgOrbitStateGeodetic)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1