Category Drawings and detail, Object ProDwgtable

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>
ProError(*ProDwgtableDeletePostAction)(
ProDrawing drawing
/* (In)
The drawing that owned the table.
*/
int table_id
/* (In)
UNINITIALIZED
*/
)
Returns
Any other valueReturn values are not interpreted by Creo Parametric.
See Also
ProDwgtableDeletePreAction, ProDwgtableRowDeletePostAction

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events
  2. Model-Based Definition and Drawing Tables: Notification Functions
  3. Model-Based Definition and Drawing Tables: Notification Functions