STK AstrogatorSend comments on this topic.
SetFromInitialGuess Property (IAgVAManeuverOptimalFiniteInitialBoundaryConditions)
See Also
Windows





Windows & Linux

Description

Set initial boundary conditions from initial guess.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SetFromInitialGuess() As Boolean
[C#]
public bool SetFromInitialGuess {get; set;}
[Managed C++]
public: __property bool get_SetFromInitialGuess();
public: __property void set_SetFromInitialGuess( bool );
[Unmanaged C++]
public: HRESULT get_SetFromInitialGuess(
    VARIANT_BOOL * pVal
);
public: HRESULT put_SetFromInitialGuess(
    VARIANT_BOOL newVal
);
[Java]
public bool getSetFromInitialGuess();
public void setSetFromInitialGuess(
    bool
);
[Python - STK API ]
@property
def SetFromInitialGuess(self) -> bool:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.