Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataTypeGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolTypeGet
Description
Note: This function is deprecated. Use ProGtolTypeGet() instead. Gets the gtol type in a gtol data structure.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataTypeGet(
ProGtoldata data
/* (In)
Pointer to the gtol data
*/
ProGtolType* type
/* (Out)
The gtol type
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_examples ( TestGtol.c )
  3. pt_examples ( TestGtol.c )
  4. pt_examples ( TestGtol.c )