Description | ||||||||||||||
Assigns the text added to the left of the geometric tolerance. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProGtol.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|