Category 3D drawings and annotations, Object ProDtlsyminst

Function ProDtlsyminstDelete


Description
Delete a symbol instance.
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstDelete(
ProDtlsyminst* syminst
/* (In)
The symbol instance
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the symbol instance.
PRO_TK_BAD_INPUTSBad input argument.
PRO_TK_GENERAL_ERRORCan't delete symbol instance.
PRO_TK_CANT_WRITECould not delete the given item because it has read-only access.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )