Gets or sets the right ascension; the angle measured in the inertial equatorial plane from the inertial X axis in a right-handed sense about the inertial Z axis to the spin axis -- the angle in the drawing below. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RightAscension() As System.Object |
[C#] |
---|
public System.Object RightAscension {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RightAscension(); |
[Unmanaged C++] |
---|
public: HRESULT get_RightAscension( VARIANT * pVal ); public: HRESULT put_RightAscension( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRightAscension(); public void setRightAscension( AgVariant ); |