Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstDraw


Description
Draw a symbol instance. Make symbol instance in the database appear on the drawing until the drawing is regenerated.
Replacement in Object TOOLKIT: pfcDetailSymbolInstItem::Draw
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstDraw(
ProDtlsyminst* syminst
/* (In)
The symbol instance
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully draw the symbol instance.
PRO_TK_BAD_INPUTSBad input argument.
PRO_TK_GENERAL_ERRORCan't draw the symbol instance.

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )