Right Ascension of Incoming Asymptote. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RAOutgoingAsymptote() As System.Object |
[C#] |
---|
public System.Object RAOutgoingAsymptote {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_RAOutgoingAsymptote(); |
[Unmanaged C++] |
---|
public: HRESULT get_RAOutgoingAsymptote( VARIANT * pVal ); public: HRESULT put_RAOutgoingAsymptote( VARIANT newVal ); |
[Java] |
---|
public AgVariant getRAOutgoingAsymptote(); public void setRAOutgoingAsymptote( AgVariant ); |