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





Windows & Linux

Description

Enable to calculate second maneuver at destination.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableSecondManeuver() As Boolean
[C#]
public bool EnableSecondManeuver {get; set;}
[Managed C++]
public: __property bool get_EnableSecondManeuver();
public: __property void set_EnableSecondManeuver( bool );
[Unmanaged C++]
public: HRESULT get_EnableSecondManeuver(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableSecondManeuver(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableSecondManeuver();
public void setEnableSecondManeuver(
    bool
);
[Python - STK API ]
@property
def EnableSecondManeuver(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.