
ProTableSegMove | |
( ProTable* p_table /* (In) The table whose segment you want to move */ int segment /* (In) The ID of the segment to move(Segment Id starts with 0). Pass PRO_VALUE_UNUSED for a single segment table. */ ProVector new_pos /* (In) The new origin position for the table segment. For drawing tables specify in world units (drawing sheet coordinates). For model tables on a regular annotation plane specify in model units (relative to the model coordinate system). For flat-to-screen tables specify in screen coordinates (typically 1000 x 843). */ ProBoolean display /* (In) Whether to show the table segment in the new position. */ ) |

Success | |
The table could not be moved. | |
PRO_VALUE_UNUSED was used for multiple-segment table. |
