API Documentation > Miscellaneous > Object ProGtoldata > Function ProGtolLeftTextSet
Function ProGtolLeftTextSet
Description
Assigns the text added to the left of the geometric tolerance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolLeftTextSet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t* left_text
/* (In)
The text added to the left of the geometric tolerance. If the text should extend over multiple lines, the input string should contain '\n' characters indicating the line breaks. Note that the left text cannot extend beyond the length of the gtol control frame, and so the function may automatically insert line breaks into the text when doing this assignment.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol text cannot be varied.
Cannot set the left text because the gtol has read-only access.
User Guide References
Was this helpful?