Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRotate


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableRotate
Description
Rotates table (clockwise) by 90 degree. The function does not perform a display.
Replacement in Object TOOLKIT: pfcTable::RotateClockwise
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRotate(
ProDwgtable* table
/* (In)
The table.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_GENERAL_ERRORFailure.

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: Modifying MBD or Drawing Tables
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )