AGI STK Astrogator 11 Send comments on this topic.
RightAscensionRate Property (IAgVACbAttitudeIAU1994)
See Also 





Description

The right ascension rate; the rate of change in the right ascension. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_RightAscensionRate();
public: __property void set_RightAscensionRate(
double
);

[Unmanaged C++]
public: HRESULT get_RightAscensionRate(
double * pRetVal
);
public: HRESULT put_RightAscensionRate(
double NewRightAscensionRate
);

[Java]
public double getRightAscensionRate();public void setRightAscensionRate(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1