Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataTextrefSet


Description
Set a symbol definition reference text data.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::Reference
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataTextrefSet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
int text_entity
/* (In)
The symbol entity identifier of the reference text.
*/
int text_line
/* (In)
The line in the note of the referenced text.
*/
int text_text
/* (In)
The index of the line array of referenced text.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the referenced text data.
PRO_TK_BAD_INPUTSBad one or more input arguments.

Manual References:

  1. Drawings: Symbol Definition Data
  2. Drawings: Symbol Definition Data

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )