Category 3D drawings and annotations, Object ProGtol

Function ProGtolCompositeGet


Description
Get composite tolerance frame
Synopsis
#include <ProGtol.h>
ProErrorProGtolCompositeGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t*** values
/* (Out)
NULL or ProArray() of value strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** primary
/* (Out)
NULL or ProArray() of primary strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** secondary
/* (Out)
NULL or ProArray() of secondary strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** tertiary
/* (Out)
NULL or ProArray() of tertiary strings. Free it using ProWstringproarrayFree()
*/
)
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 )