Category 3D drawings and annotations, Object ProGtol

Function ProGtolValueStringSet


Description
Set value string of gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolValueStringSet(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t* value
/* (In)
value string.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  3. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

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 )
  7. pt_examples ( TestGtol.c )