API 文件集 > Drawings and detail > Object ProDwgtabledata > Function ProDwgtabledataRowsSet
Function ProDwgtabledataRowsSet
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Setup rows properties
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtabledataRowsSet
(
/* (In)
The ProDwgtabledata structure
*/
int n_rows
/* (In)
Number of rows. The maximum number of rows that can be specified is 100.
*/
double* heights
/* (In)
Row height
*/
)
Returns
Success
Bad input argument
Sample Code References
這是否有幫助?