Category 3D drawings and annotations, Object ProGtol

Function ProGtolTextstyleSet


DEPRECATED: Creo 1
SUPERSEDED BY: ProAnnotationTextstyleSet
Description

Note: This function is deprecated. Use ProAnnotationTextstyleSet() instead.

Assigns the text style assigned to a geometric tolerance.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProGtol.h>
ProErrorProGtolTextstyleSet(
ProGtol* gtol
/* (In)
The gtol.
*/
ProTextStyle text_style
/* (In)
The text style. Free this using ProTextStyleFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe gtol text style cannot be varied.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Annotations: Geometric Tolerances: Geometric Tolerance Text Style
  2. Annotations: Geometric Tolerances: Geometric Tolerance Text Style
  3. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0