API-Dokumentation > Drawings and detail > Object ProDwgtable > Function ProDwgtableRowHeightSet
Function ProDwgtableRowHeightSet
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Set the row height of a drawing table
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableRowHeightSet
(
/* (In)
the reference to the table.
*/
int row
/* (In)
The row index
*/
double row_height
/* (In)
Row height
*/
/* (In)
Size type. If PRODWGTABLESIZE_CHARACTERS, then row_height will be rounded down. To avoid this, use PRODWGTABLESIZE_CHARS_TRUE.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The row height could not set
User Guide References
War dies hilfreich?