C_DestroyModel

C_DestroyModel disposes of the resources associated with an OrcaFlex model.

void C_DestroyModel(

TOrcFxAPIHandle ModelHandle,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model to destroy.

lpStatus (OUT)

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

See also

C_CreateModel, C_CreateModel2.