Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolDelete
Description
Deletes a gtol from its owning Creo Parametric model.
Synopsis
#include <
ProGtol.h
>
ProError
ProGtolDelete
(
ProGtol
*
gtol
/* (In)
The gtol
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_CANT_WRITE
Could not delete the given item because it has read-only access.
PRO_TK_E_NOT_FOUND
Manual References:
Annotations: Geometric Tolerances: Deleting a Geometric Tolerance
Sample Code References:
pt_examples ( TestGtol.c )