STK AstrogatorSend comments on this topic.
EnableWriteToFirstManeuver Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableWriteToFirstManeuver() As Boolean
[C#]
public bool EnableWriteToFirstManeuver {get; set;}
[Managed C++]
public: __property bool get_EnableWriteToFirstManeuver();
public: __property void set_EnableWriteToFirstManeuver( bool );
[Unmanaged C++]
public: HRESULT get_EnableWriteToFirstManeuver(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableWriteToFirstManeuver(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableWriteToFirstManeuver();
public void setEnableWriteToFirstManeuver(
    bool
);
[Python - STK API ]
@property
def EnableWriteToFirstManeuver(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.