Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property RAAN() As System.Object |
[C#] |
---|
public System.Object RAAN {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RAAN(); |
[Unmanaged C++] |
---|
public: HRESULT get_RAAN( VARIANT * pVal ); public: HRESULT put_RAAN( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRAAN(); public void setRAAN( AgVariant ); |