Category Drawings and detail, Object ProDwgtable

Function ProDwgtableSegMove


Description
This function moves a table segment and optionally displays it in the new position.
Replacement in Object TOOLKIT: pfcTable::MoveSegment
pfcTable::SetText
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableSegMove(
ProDwgtable* p_table
/* (In)
The table whose segment you want to move
*/
int segment
/* (In)
The ID of the segment you want to move (or -1 for a one- segment table)
*/
ProVector new_pos
/* (In)
where you want to put the origin of the table, in world units
*/
ProBoolean display
/* (In)
whether to show the table in the new position.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSThe table could not be moved.
PRO_TK_BAD_CONTEXTA -1 segment ID was used for a multiple segment table.

Manual References:

  1. Model-Based Definition and Drawing Tables: Drawing Table Segments
  2. Model-Based Definition and Drawing Tables: Drawing Table Segments