Category
Assembly
, Object
ProWeld
Function ProWeldRodNameGet
Description
To get the name of a weld rod
Synopsis
#include <
ProWeld.h
>
ProError
ProWeldRodNameGet
(
ProFeature
*
rod
/* (In)
The weld rod feature handle
*/
ProName
name
/* (Out)
The rod name
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTS
rod feature handle is invalid.
PRO_TK_BAD_CONTEXT
The feature is not a weld rod.
PRO_TK_NO_LICENSE
Pro/Welding license is not found.
Manual References:
Production Applications: Welding: Read Access to Weld Features
Production Applications: Welding: Read Access to Weld Features
Sample Code References:
pt_examples ( TestWeld.c )