Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolPrefixSet
Description
Assigns the prefix text for the geometric tolerance.
Synopsis
#include <
ProGtol.h
>
ProError
ProGtolPrefixSet
(
ProGtol
*
gtol
/* (In)
The geometric tolerance.
*/
wchar_t
*
prefix
/* (In)
The prefix text.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_BAD_CONTEXT
The gtol prefix cannot be varied.
PRO_TK_CANT_WRITE
Cannot set the text because the gtol is read-only.
Manual References:
Assembly: Data Sharing Features: Accessing Properties of Variant Features
Annotations: Geometric Tolerances: Prefix and Suffix for Geometric Tolerances
Annotations: Geometric Tolerances: Prefix and Suffix for Geometric Tolerances