API 설명서 > Miscellaneous > Object ProTable > Function ProTableErase
Function ProTableErase
Description
Erases the table.
Synopsis
#include <ProTable.h>
ProTableErase
(
ProTable* table
/* (In)
The table to erase.
*/
/* (In)
The combination state to erase from. Pass NULL for drawing table.
*/
)
Returns
The table was deleted.
The specified table was NULL.
The function failed.
The object or model can't be modified.
User Guide References
도움이 되셨나요?