Category 3D drawings and annotations, Object ProGtol

Function ProGtolBottomTextSet


Description
Assigns the text added to the bottom of the geometric tolerance.
Synopsis
#include <ProGtol.h>
ProErrorProGtolBottomTextSet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe gtol text cannot be varied.
PRO_TK_CANT_WRITECannot set the bottom text because the gtol has read-only access.

Manual References:

  1. Annotations: Geometric Tolerances: Additional Text for Geometric Tolerances