Category 3D drawings and annotations, Object ProGtol

Function ProGtolDelete


Description
Deletes a gtol from its owning Creo Parametric model.
Synopsis
#include <ProGtol.h>
ProErrorProGtolDelete(
ProGtol* gtol
/* (In)
The gtol
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_CANT_WRITECould not delete the given item because it has read-only access. PRO_TK_E_NOT_FOUND

Manual References:

  1. Annotations: Geometric Tolerances: Deleting a Geometric Tolerance

Sample Code References:

  1. pt_examples ( TestGtol.c )