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





Description

The right ascension; the angle from the X axis of the inertial coordinate system to the point where the orbit crosses the X-Y plane in the +Z direction. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RAAN() As System.Object

[C#]
public System.Object RAAN {get; set;}

[Managed C++]
public: __property VARIANT get_RAAN();
public: __property void set_RAAN(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_RAAN(
VARIANT * pRetVal
);
public: HRESULT put_RAAN(
VARIANT NewRAAN
);

[Java]
public Variant getRAAN();public void setRAAN(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1