Category 3D drawings and annotations, Object ProGtol

Function ProGtolIndicatorsGet


Description
Get indicators of gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolIndicatorsGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProGtolIndicatorType** types
/* (Out)
ProArray() of indicator types. Free it using ProArrayFree()
*/
wchar_t*** symbols
/* (Out)
ProArray() of indicator symbols strings. Free it using ProWstringproarrayFree()
*/
wchar_t*** dfs
/* (Out)
ProArray() of dfs strings. Free it using ProWstringproarrayFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDNo indicators found for specified gtol

Manual References:

  1. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances