Gets or sets the second maneuver segment to manipulate that occurs at the end of the transfer. It is visible when you select Write Final Inertial Delta-V to Maneuver.
Read-write property
[Visual Basic .NET] |
---|
Public Property SecondManeuverSegment() As String |
[C#] |
---|
public string SecondManeuverSegment {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_SecondManeuverSegment(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecondManeuverSegment( BSTR * pVal ); public: HRESULT put_SecondManeuverSegment( BSTR newVal ); |
[Java] |
---|
public String getSecondManeuverSegment(); public void setSecondManeuverSegment( String ); |