Category Drawings and detail, Object ProDwgtabledata

Function ProDwgtabledataColumnsSet


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableDataColumnsSet
Description
Setup column properties
Replacement in Object TOOLKIT: pfcTableCreateInstructions::ColumnData
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtabledataColumnsSet(
ProDwgtabledata data
/* (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
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSBad input argument

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables
  3. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_userguide ( UgDwgtableExamples.c )