API 설명서 > Drawings and detail > Object ProDwgtable > Callback ProDwgtableDeletePostAction
Callback ProDwgtableDeletePostAction
Description
This is the prototype for a notification to be called after deletion of a drawing table. The ProNotifyType value for the notification is PRO_DWGTABLE_DELETE_POST.
Synopsis
#include <ProDwgtable.h>
(*ProDwgtableDeletePostAction)
(
ProDrawing drawing
/* (In)
The drawing that owned the table.
*/
int table_id
/* (In)
UNINITIALIZED
*/
)
Returns
Any other value
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
도움이 되셨나요?