Function ProGtolDelete
Description
Deletes a gtol from its owning Creo Parametric model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolDelete
(
ProGtol* gtol
/* (In)
The gtol
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Could not delete the given item because it has read-only access. PRO_TK_E_NOT_FOUND
Sample Code References
User Guide References
Was this helpful?