Object ProTable

Function ProTableOriginGet


Description
Get the origin in the specified ProTableData structure
Synopsis
#include <ProTable.h>
ProErrorProTableOriginGet(
ProTable* table
/* (In)
The table.
*/
int segment
/* (In)
The segment identifier. Pass Segment Id for Drawing and 0 Model.
*/
ProPoint3d origin
/* (Out)
The origin for the table placement.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables