Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstErase


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

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

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