Set this to true to write the Delta-V solution from Lambert at the start of the transfer to the linked maneuver.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableWriteToFirstManeuver() As Boolean |
[C#] |
---|
public bool EnableWriteToFirstManeuver {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableWriteToFirstManeuver(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableWriteToFirstManeuver( VARIANT_BOOL * pVal ); public: HRESULT put_EnableWriteToFirstManeuver( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableWriteToFirstManeuver(); public void setEnableWriteToFirstManeuver( bool ); |