Description | ||||||||||||||
Assigns the text added to the bottom of the geometric tolerance. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProGtol.h> | ||||||||||||||
ProError | ProGtolBottomTextSet | ( | ||||||||||||
ProGtol* gtol | ||||||||||||||
/* (In) | ||||||||||||||
The geometric tolerance. | ||||||||||||||
*/ | ||||||||||||||
wchar_t* below_text | ||||||||||||||
/* (In) | ||||||||||||||
The text added to the bottom 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 bottom 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 | ||||||||||||||
|