Gets or sets the angle from the X axis to the projection of the satellite position vector in the equatorial plane measured as positive in the direction of the Y axis. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RightAscension() As Double |
[C#] |
---|
public double RightAscension {get; set;} |
[Managed C++] |
---|
public: __property double get_RightAscension(); |
[Unmanaged C++] |
---|
public: HRESULT get_RightAscension( double * pVal ); public: HRESULT put_RightAscension( double vRightAscension ); |
[Java] |
---|
public double getRightAscension(); public void setRightAscension( double ); |