Function ProGtolTopTextGet
Description
Obtains the text added to the top of the geometric tolerance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolTopTextGet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t** above_text
/* (Out)
The text added to the top 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
The function succeeded.
One or more input arguments was invalid.
The gtol does not have text on top.
User Guide References
¿Fue esto útil?