AGI STK Objects 11Send comments on this topic.
RightAscension Property (IAgOrbitStateSpherical)
See Also
Windows






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.