| 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> |
| ProError | ProDwgtableSegMove | ( |
| 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 |
|
|