Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolValueStringSet
Description
Set value string of gtol
Synopsis
#include <
ProGtol.h
>
ProError
ProGtolValueStringSet
(
ProGtol
*
gtol
/* (In)
valid gtol.
*/
wchar_t
*
value
/* (In)
value string.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Assembly: Data Sharing Features: Accessing Properties of Variant Features
Annotations: Geometric Tolerances: Creating a Geometric Tolerance
Annotations: Geometric Tolerances: Creating a Geometric Tolerance
Sample Code References:
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )