STK ObjectsSend 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 * pRightAscension
);
public: HRESULT put_LocationRightAscension(
    VARIANT pRightAscension
);
[Java]
public AgVariant getLocationRightAscension();
public void setLocationRightAscension(
    AgVariant
);
[Python - STK API ]
@property
def LocationRightAscension(self) -> typing.Any:

@LocationRightAscension.setter
def LocationRightAscension(self, pRightAscension:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.