C_LoadSimulation

Call C_LoadSimulation to load a pre-run OrcaFlex simulation into a model.

void C_LoadSimulation(

TOrcFxAPIHandle ModelHandle,

LPCTSTR lpSimFileName,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpSimFileName (IN)

Points to a null-terminated string containing the name of the simulation file to load.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Unicode and ANSI

The Unicode function name is C_LoadSimulationW and the ANSI function name is C_LoadSimulationA.

See also

C_LoadData, C_LoadSimulationMem, C_RunSimulation, C_RunSimulation2, C_SaveData, C_SaveSimulation.