STK AstrogatorSend comments on this topic.
EnableWriteToSecondManeuver Property (IAgVAProfileLambertProfile)
See Also
Windows





Windows & Linux

Description

Set this to true to write the Delta-V solution from Lambert at the end of the transfer to the linked maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableWriteToSecondManeuver() As Boolean
[C#]
public bool EnableWriteToSecondManeuver {get; set;}
[Managed C++]
public: __property bool get_EnableWriteToSecondManeuver();
public: __property void set_EnableWriteToSecondManeuver( bool );
[Unmanaged C++]
public: HRESULT get_EnableWriteToSecondManeuver(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableWriteToSecondManeuver(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableWriteToSecondManeuver();
public void setEnableWriteToSecondManeuver(
    bool
);
[Python - STK API ]
@property
def EnableWriteToSecondManeuver(self) -> bool:

@EnableWriteToSecondManeuver.setter
def EnableWriteToSecondManeuver(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.