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