Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataTextrefGet


Description
Get a symbol reference text data.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::Reference
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataTextrefGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
int* text_entity
/* (Out)
The symbol entity identifier of the reference text.
*/
int* text_line
/* (Out)
The line in the note of the referenced text.
*/
int* text_text
/* (Out)
The index of the line array of referenced text.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully get reference 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 ( TestSymDefInfo.c )