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






Windows & Linux

Description

The star's right ascension: the angle in the equatorial plane measured in a right-handed sense about the inertial Z-axis from the inertial X-axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocationRightAscension() As System.Object
[C#]
public System.Object LocationRightAscension {get; set;}
[Managed C++]
public: __property VARIANT get_LocationRightAscension();
public: __property void set_LocationRightAscension(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_LocationRightAscension(
   VARIANT * pRetVal
);
public: HRESULT put_LocationRightAscension(
   VARIANT NewLocationRightAscension
);
[Java]
public Variant getLocationRightAscension();public void setLocationRightAscension(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.