Function ProGtolTextstyleGet
DEPRECATED:
Creo 1
Description
Note: This function is deprecated. Use ProAnnotationTextstyleGet() instead. Obtains the text style assigned to a geometric tolerance.
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtolTextstyleGet
(
ProGtol* gtol
/* (In)
The gtol.
*/
ProTextStyle* text_style
/* (Out)
The text style. Free this using ProTextStyleFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?