Category 3D drawings and annotations, Object ProGtol

Function ProGtolSymbolStringGet


Description
Get value string of gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolSymbolStringGet(
ProGtolSymbol symbol
/* (In)
Type of symbol
*/
ProSymbolFont font
/* (In)
Symbol font type
*/
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.

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 )
  7. pt_examples ( TestGtol.c )
  8. pt_examples ( TestGtol.c )
  9. pt_examples ( TestGtol.c )
  10. pt_examples ( TestGtol.c )
  11. pt_examples ( TestGtol.c )
  12. pt_examples ( TestGtol.c )
  13. pt_examples ( TestGtol.c )
  14. pt_examples ( TestGtol.c )
  15. pt_examples ( TestGtol.c )
  16. pt_examples ( TestGtol.c )
  17. pt_examples ( TestGtol.c )
  18. pt_examples ( TestGtol.c )
  19. pt_examples ( TestGtol.c )
  20. pt_userguide ( UgGtolCreate.c )