Description
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.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RightAscension() As Double
|
| [C#] |
|---|
public double RightAscension {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RightAscension(); public: __property void set_RightAscension(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RightAscension(
double * pVal
);
public: HRESULT put_RightAscension(
double vRightAscension
);
|
| [Java] |
|---|
public double getRightAscension();
public void setRightAscension(
double
);
|
See Also