Set this to true to write the Delta-V solution from Lambert at the end of the transfer to the linked maneuver. It is visible when you select Calculate Second Maneuver At Destination .
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableWriteToSecondManeuver() As Boolean |
[C#] |
---|
public bool EnableWriteToSecondManeuver {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableWriteToSecondManeuver(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableWriteToSecondManeuver( VARIANT_BOOL * pVal ); public: HRESULT put_EnableWriteToSecondManeuver( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableWriteToSecondManeuver(); public void setEnableWriteToSecondManeuver( bool ); |