Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstShow


Description
Show a symbol instance. Make symbol instance in the database appear on the drawing and continue to appear after the drawing is regenerated.
Replacement in Object TOOLKIT: pfcDetailSymbolInstItem::Show
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstShow(
ProDtlsyminst* syminst
/* (In)
The symbol instance
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully show the symbol instance.
PRO_TK_BAD_INPUTSBad input argument.
PRO_TK_GENERAL_ERRORCan't show symbol instance.

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestDtlsyminst.c )
  3. pt_userguide ( UgDtlsyminstExamples.c )