STK AstrogatorSend comments on this topic.
RAANRate Property (IAgVACbEphemerisAnalyticOrbit)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_RAANRate(
    double newVal
);
[Java]
public double getRAANRate();
public void setRAANRate(
    double
);
[Python - STK API ]
@property
def RAANRate(self) -> float:

@RAANRate.setter
def RAANRate(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.