Category 3D drawings and annotations, Object ProGtol

Function ProGtolLeftTextGet


Description
Obtains the text added to the left of the geometric tolerance.
Synopsis
#include <ProGtol.h>
ProErrorProGtolLeftTextGet(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t** left_text
/* (Out)
The text added to the left of the geometric tolerance. If the text extends over multiple lines, the output string will contain '\n' characters indicating the line breaks. Free this string using ProWstringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe gtol does not have text to left.

Manual References:

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