Function ProGtolPrefixGet
Description
Obtains the prefix text for the geometric tolerance.
Synopsis
#include <ProGtol.h>
ProGtolPrefixGet
(
ProGtol* gtol
/* (In)
The geometric tolerance.
*/
wchar_t** prefix
/* (Out)
The prefix text. Free this string using ProWstringFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol does not contain prefix text.
User Guide References
도움이 되셨나요?