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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.