Function ProGtolSuffixSet
Description
Assigns the suffix text for the geometric tolerance.
Synopsis
#include <ProGtol.h>
ProGtolSuffixSet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t* suffix
/* (In)
The suffix text.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol suffix cannot be varied.
Cannot set the text because the gtol is read-only.
User Guide References
Was this helpful?