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
¿Fue esto útil?