Object ProCombstate

Function ProCombstateDelete


Description
Deletes a combined state.
Replacement in Object TOOLKIT: wfcWSolid::DeleteCombState
Synopsis
#include <ProCombstate.h>
ProErrorProCombstateDelete(
ProCombstate* cs_item
/* (In)
pointer to a combined state item to be deleted.
*/
)
Returns
PRO_TK_NO_ERRORCombined state deleted.
PRO_TK_BAD_INPUTSInvalid combined state item. Model passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.
PRO_TK_E_NOT_FOUNDNo such combined states in the specified model.
PRO_TK_E_IN_USECan't delete active combined state.

Manual References:

  1. Core: Solids, Parts, and Materials: Combined States of a Solid
  2. Core: Solids, Parts, and Materials: Combined States of a Solid