Category 3D drawings and annotations, Object ProGtol

Function ProGtolRightTextSet


Description
Sets the text of the specified geometric tolerance.
Synopsis
#include <ProGtol.h>
ProErrorProGtolRightTextSet(
ProGtol* gtol
/* (In)
Pointer to the geometrical tolerance.
*/
wchar_t* text
/* (In)
The string added to the right of the geometric tolerance.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more input argument is invalid.
PRO_TK_BAD_CONTEXTThe gtol text cannot be varied.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Annotations: Geometric Tolerances: Additional Text for Geometric Tolerances
  2. Annotations: Geometric Tolerances: Additional Text for Geometric Tolerances
  3. Technical Summary of Changes for Creo 4.0 F000: Change in Behavior of ProGtolRightTextSet() and ProGtolTopTextSet()
  4. Technical Summary of Changes for Creo 4.0 F000: Change in the Behavior of ProGtolRightTextSet()
  5. Assembly: Data Sharing Features: Accessing Properties of Variant Features