API 文件集 > 3D drawings and annotations > Object ProGtol > Function ProGtolLeftTextGet
Function ProGtolLeftTextGet
Description
Obtains the text added to the left of the geometric tolerance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolLeftTextGet
(
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
The function succeeded.
One or more input arguments was invalid.
The gtol does not have text to left.
User Guide References
這是否有幫助?