Category 3D drawings and annotations, Object ProGtol

Function ProGtolValueStringGet


Description
Get value string of gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolValueStringGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t** value
/* (Out)
value string.Free it using ProWstringFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDNo value string found

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Reading 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 )
  5. pt_examples ( TestGtol.c )
  6. pt_examples ( TestGtol.c )