Function ProGtolBottomTextSet
Description
Assigns the text added to the bottom of the geometric tolerance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
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
The function succeeded.
One or more input arguments was invalid.
The gtol text cannot be varied.
Cannot set the bottom text because the gtol has read-only access.
User Guide References
これは役に立ちましたか?