Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataVartextsCollect


Description
Get the variable text from the symbol instance data.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::TextValues
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataVartextsCollect(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProDtlvartext** vartexts
/* (Out)
ProArray of ProDtlvartext. Free this output using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the text.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.
PRO_TK_E_NOT_FOUNDNo variant text values were found.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )