AGI STK Astrogator 11 Send comments on this topic.
RAANRate Property (IAgVACbEphemerisAnalyticOrbit)
See Also 





Description

The right ascension rate of change. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RAANRate() As Double

[C#]
public double RAANRate {get; set;}

[Managed C++]
public: __property double get_RAANRate();
public: __property void set_RAANRate(
double
);

[Unmanaged C++]
public: HRESULT get_RAANRate(
double * pRetVal
);
public: HRESULT put_RAANRate(
double NewRAANRate
);

[Java]
public double getRAANRate();public void setRAANRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1