Function ProGtolTextstyleSet
DEPRECATED:
Creo 1
Description
Note: This function is deprecated. Use ProAnnotationTextstyleSet() instead. Assigns the text style assigned to a geometric tolerance.
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtolTextstyleSet
(
ProGtol* gtol
/* (In)
The gtol.
*/
ProTextStyle text_style
/* (In)
The text style. Free this using ProTextStyleFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol text style cannot be varied.
Could not modify the given item because it has read-only access.
User Guide References
È stato utile?