C_DestroyObject

Call C_DestroyObject to destroy an object.

void C_DestroyObject(

TOrcFxAPIHandle ObjectHandle,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle to the object to be destroyed.

lpStatus (OUT)

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

Remarks

If you are maintaining a list of objects associated with this model handle then you update it to remove the object destroyed by this function.

See also

C_CreateClone, C_CreateClone2, C_CreateClone3, C_CreateObject.