Description
The angle from the inertial X axis to the ascending node measured in a right-handed sense about the inertial Z axis in the equatorial plane. 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