STK AstrogatorSend comments on this topic.
RightAscension Property (IAgVAElementSpherical)
See Also
Windows





Windows & Linux

Description

Defined as 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 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 * pVal
);
public: HRESULT put_RightAscension(
    VARIANT newVal
);
[Java]
public AgVariant getRightAscension();
public void setRightAscension(
    AgVariant
);
[Python - STK API ]
@property
def RightAscension(self) -> typing.Any:

@RightAscension.setter
def RightAscension(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.