API 설명서 > Drawings and detail > Object ProDwgtable > Function ProDwgtableRowDelete
Function ProDwgtableRowDelete
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Delete the specified row from the table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableRowDelete
(
/* (In)
the table;
*/
int row
/* (In)
the row index. Row indices start at 1.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
)
Returns
Sample Code References
User Guide References
도움이 되셨나요?