API 文档 > Miscellaneous > Object ProCombstate > Function ProCombstateDelete
Function ProCombstateDelete
Description
Deletes a combined state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProCombstateDelete
(
ProCombstate* cs_item
/* (In)
pointer to a combined state item to be deleted.
*/
)
Returns
Combined state deleted.
Invalid combined state item. Model passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.
No such combined states in the specified model.
Can't delete active combined state.
User Guide References
这对您有帮助吗?