API 설명서 > Drawings and detail > Object ProDwgtable > Function ProDwgtableDelete
Function ProDwgtableDelete
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Deletes the table specified by the table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableDelete
(
/* (In)
The table to delete.
*/
int display
/* (In)
Ignore this argument(Pass any integer)
*/
)
Returns
The table was deleted.
The specified table_id does not exist.
Sample Code References
User Guide References
도움이 되셨나요?