Category 3D drawings and annotations, Object ProGtol

Function ProGtolDatumReferencesGet


Description
Get datum references to gtol.
Synopsis
#include <ProGtol.h>
ProErrorProGtolDatumReferencesGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t** primary
/* (Out)
primary datum ref. Can be NULL. Free it using ProWstringFree()
*/
wchar_t** secondary
/* (Out)
secondary datum ref. Can be NULL. Free it using ProWstringFree()
*/
wchar_t** tertiary
/* (Out)
tertiary datum ref. Can be NULL. Free it using ProWstringFree()
*/
)
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: Reading Geometric Tolerances
  3. Annotations: Geometric Tolerances: Reading Geometric Tolerances

Sample Code References:

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