Description
Right Ascension of Incoming Asymptote. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RAOutgoingAsymptote() As System.Object
|
| [C#] |
|---|
public System.Object RAOutgoingAsymptote {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_RAOutgoingAsymptote(); public: __property void set_RAOutgoingAsymptote(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RAOutgoingAsymptote(
VARIANT * pVal
);
public: HRESULT put_RAOutgoingAsymptote(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getRAOutgoingAsymptote();
public void setRAOutgoingAsymptote(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def RAOutgoingAsymptote(self) -> typing.Any:
@RAOutgoingAsymptote.setter
def RAOutgoingAsymptote(self, newVal:typing.Any) -> None:
|
See Also