Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstRemove


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

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )