Function ProExtdataSlotDelete
Description
Deletes the specified data slot.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtdata.h>
ProExtdataSlotDelete
(
ProExtdataSlot* p_extslot
/* (In)
The handle to the data slot
*/
int key_by_flag
/* (In)
The key-by flag -- either KEY_BY_ID or KEY_BY_NAME
*/
)
Returns
The function successfully deleted the slot.
The function failed.
The specified model or class name is invalid.
The specified key_by_flag is invalid.
The specified slot was not found.
Sample Code References
User Guide References
도움이 되셨나요?