Category
3D drawings and annotations
, Object
ProGtolleader
Function ProGtolleaderFree
Description
Frees a gtol leader structure.
Synopsis
#include <
ProGtol.h
>
ProError
ProGtolleaderFree
(
ProGtolleader
*
leader
/* (In)
Pointer to the leader structure
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
Sample Code References:
pt_examples ( TestGtol.c )
pt_userguide ( UgGtolCreate.c )