Category Drawings and detail, Object ProDwgtabledata

Function ProDwgtabledataSizetypeSet


Description
Setup sizetype in the given ProDwgtabledata structure
Replacement in Object TOOLKIT: pfcTableCreateInstructions::SizeType
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtabledataSizetypeSet(
ProDwgtabledata data
/* (In)
ProDwgtabledata structure
*/
ProDwgtableSizetype size_type
/* (In)
size type
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Creating Drawing Tables
  2. Drawings: Creating Drawing Tables

Sample Code References:

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