Description
Set initial boundary condiitons 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