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





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 * pRetVal
);
public: HRESULT put_RightAscension(
double NewRightAscension
);

[Java]
public double getRightAscension();public void setRightAscension(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1