Function ProGtolSuffixGet
Description
Obtains the suffix text for the geometric tolerance.
Synopsis
#include <ProGtol.h>
ProGtolSuffixGet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t** suffix
/* (Out)
The suffix text. Free this string using ProWstringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol does not contain suffix text.
User Guide References
Isto foi útil?