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 * pRetVal ); public: HRESULT put_RAOutgoingAsymptote( VARIANT NewRAOutgoingAsymptote );
|
| [Java] |
|---|
public Variant getRAOutgoingAsymptote();public void setRAOutgoingAsymptote( Variant );
|
See Also