Function ProDtlentityDelete
Description
Permanently deletes the specified detail item from the Creo Parametric database.
Note : The function cannot access symbol definitions for special symbols, such as, datum targets or parametric connector symbols.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentityDelete
(
ProDtlentity* entity
/* (In)
The entity handle.
*/
ProDtlsymdef* symbol
/* (In)
If you are deleting a detail item in the drawing, set the parent to NULL. If you are deleting draft entity in a symbol definition, set the parent to be that symbol definition.
*/
)
Returns
The function completed successfully.
Model is in read-only state.
Invalid input argument(s).
The function failed.
Sample Code References
User Guide References
¿Fue esto útil?