API 文件集 > Drawings and detail > Object ProDtlsyminst > Function ProDtlsyminstDelete
Function ProDtlsyminstDelete
Description
Delete a symbol instance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstDelete
(
ProDtlsyminst* syminst
/* (In)
The symbol instance
*/
)
Returns
The function successfully deleted the symbol instance.
Bad input argument.
Can't delete symbol instance.
Could not delete the given item because it has read-only access.
Sample Code References
這是否有幫助?