Object ProTable

Function ProTableReferencesAdd


Description
Add table references
Synopsis
#include <ProTable.h>
ProErrorProTableReferencesAdd(
ProTable* table
/* (In)
Valid table.
*/
ProAnnotationReference* refs
/* (In)
ProArray of table references. Only 1 reference from type PRO_ANNOT_REF_SRF_COLLECTION is allowed.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_BAD_CONTEXTThe table owner is drawing.
PRO_TK_MAX_LIMIT_REACHEDMore than 1 references from type PRO_ANNOT_REF_SRF_COLLECTION.
PRO_TK_CANT_MODIFYRefercnce from type PRO_ANNOT_REF_SRF_COLLECTION already exist.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Model-Based Definition and Drawing Tables: MBD Table References