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> | ||||||||||||||
ProError | ProGtolTextstyleSet | ( | ||||||||||||
ProGtol* gtol | ||||||||||||||
/* (In) | ||||||||||||||
The gtol. | ||||||||||||||
*/ | ||||||||||||||
ProTextStyle text_style | ||||||||||||||
/* (In) | ||||||||||||||
The text style. Free this using ProTextStyleFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|