Function ProGtolPrefixSet
Description
Assigns the prefix text for the geometric tolerance.
Synopsis
#include <ProGtol.h>
ProGtolPrefixSet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t* prefix
/* (In)
The prefix text.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol prefix cannot be varied.
Cannot set the text because the gtol is read-only.
User Guide References
도움이 되셨나요?