STK AstrogatorSend comments on this topic.
ComputeFromInitialGuess Property (IAgVAManeuverOptimalFinitePathBoundaryConditions)
See Also
Windows





Windows & Linux

Description

Compute path boundary condiitons from initial guess.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeFromInitialGuess() As Boolean
[C#]
public bool ComputeFromInitialGuess {get; set;}
[Managed C++]
public: __property bool get_ComputeFromInitialGuess();
public: __property void set_ComputeFromInitialGuess( bool );
[Unmanaged C++]
public: HRESULT get_ComputeFromInitialGuess(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ComputeFromInitialGuess(
    VARIANT_BOOL newVal
);
[Java]
public bool getComputeFromInitialGuess();
public void setComputeFromInitialGuess(
    bool
);
[Python - STK API ]
@property
def ComputeFromInitialGuess(self) -> bool:

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

See Also

© 2023 Analytical Graphics, Inc. All Rights Reserved.