C_LoadData

Call C_LoadData to load an OrcaFlex data file into a model. Binary or text data files can be loaded.

void C_LoadData(

TOrcFxAPIHandle ModelHandle,

LPCTSTR lpDataFileName,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

lpDataFileName (IN)

Points to a null-terminated string containing the name of the data 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_LoadDataW and the ANSI function name is C_LoadDataA.

See also

C_LoadDataMem, C_LoadSimulation, C_RunSimulation, C_RunSimulation2, C_SaveData, C_SaveSimulation.