AGI STK Astrogator 11 Send comments on this topic.
RightAscension Property (IAgVACbAttitudeIAU1994)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RightAscension() As System.Object

[C#]
public System.Object RightAscension {get; set;}

[Managed C++]
public: __property VARIANT get_RightAscension();
public: __property void set_RightAscension(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_RightAscension(
VARIANT * pRetVal
);
public: HRESULT put_RightAscension(
VARIANT NewRightAscension
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1