Description
Right Ascension: angle in x-y plane from x towards y. Uses Longitude Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RA() As System.Object
|
| [C#] |
|---|
public System.Object RA {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_RA(); public: __property void set_RA(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RA(
VARIANT * pVal
);
public: HRESULT put_RA(
VARIANT vLon
);
|
| [Java] |
|---|
public AgVariant getRA();
public void setRA(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def RA(self) -> typing.Any:
@RA.setter
def RA(self, vLon:typing.Any) -> None:
|
See Also