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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1