Category
3D drawings and annotations
, Object
ProDtlsyminst
Function ProDtlsyminstDelete
Description
Delete a symbol instance.
Synopsis
#include <
ProDtlsyminst.h
>
ProError
ProDtlsyminstDelete
(
ProDtlsyminst
*
syminst
/* (In)
The symbol instance
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the symbol instance.
PRO_TK_BAD_INPUTS
Bad input argument.
PRO_TK_GENERAL_ERROR
Can't delete symbol instance.
PRO_TK_CANT_WRITE
Could not delete the given item because it has read-only access.
Manual References:
Drawings: Creating, Modifying and Reading Detail Items
Sample Code References:
pt_examples ( TestDtlsyminst.c )