API ドキュメンテーション
>
Drawings and detail
>
Object ProDwgtable
> Callback ProDwgtableRowDeletePostAction
Callback ProDwgtableRowDeletePostAction
Description
This is the prototype for a notification to be called after deletion of a row of a drawing table. The
ProNotifyType
value for the notification is
PRO_DWGTABLE_ROW_DELETE_POST.
Synopsis
#include <
ProDwgtable.h
>
ProError
(*ProDwgtableRowDeletePostAction)
(
ProDwgtable
* table
/* (In)
The table containing the row that was just deleted.
*/
int i_row
/* (In)
The index of the row that was just deleted (1-based)
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProDwgtableDeletePostAction
, ProDwgtablRowDeletePreAction
User Guide References
通知関数:ProDwgtableRowDeletePostAction
通知関数:ProDwgtableRowDeletePostAction
モデル修正イベント:ProDwgtableRowDeletePostAction
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。