Documentation de l'API > Drawings and detail > Object ProDwgtable > Function ProDwgtableCellsRemesh
Function ProDwgtableCellsRemesh
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Undoes all merges created in the specified rectangular region.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableCellsRemesh
(
/* (In)
the table;
*/
int start_column
/* (In)
the leftmost column of the region to remesh;
*/
int start_row
/* (In)
the upper row of the region to remesh;
*/
int end_column
/* (In)
the rightmost column of the region to remesh;
*/
int end_row
/* (In)
the bottom row of the region to remesh.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation. If display==TRUE, then the table is displayed (behavior as in releases prior to Release 20). If display==FALSE, then the table is not displayed.
*/
)
Returns
Sample Code References
User Guide References
Est-ce que cela a été utile ?