Callback:
Int32
solver
.IsAnalysisValid(
IUserSolver
entity,
Boolean
firstCheck)
Called to know if the analysis is valid.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
entity
Type:
IUserSolver
The solver object.
firstCheck
Type:
Boolean
True if it is the first check; false otherwise.
Return Value
Type:
Int32
1 if the analysis is valid; 0 otherwise.
Remarks