Gets or sets 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.
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 ); |