Function ProDwgtabledataColumnsSet
DEPRECATED:
Creo 11.0
Description
Setup column properties
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtabledataColumnsSet
(
/* (In)
The ProDwgtabledata structure
*/
int n_columns
/* (In)
Number of columns. The maximum number of columns that can be specified is 50.
*/
double* widths
/* (In)
Column width
*/
ProHorzJust* justifications
/* (In)
Justifications
*/
)
Returns
Success
Bad input argument
Sample Code References
User Guide References
これは役に立ちましたか?