Gets or sets the target right ascension of the ascending node for the end of the Lambert transfer.
Read-write property
[Visual Basic .NET] |
---|
Public Property TargetRightAscensionOfAscendingNode() As Double |
[C#] |
---|
public double TargetRightAscensionOfAscendingNode {get; set;} |
[Managed C++] |
---|
public: __property double get_TargetRightAscensionOfAscendingNode(); |
[Unmanaged C++] |
---|
public: HRESULT get_TargetRightAscensionOfAscendingNode( double * pVal ); public: HRESULT put_TargetRightAscensionOfAscendingNode( double newVal ); |
[Java] |
---|
public double getTargetRightAscensionOfAscendingNode(); public void setTargetRightAscensionOfAscendingNode( double ); |