Category Manufacturing, Object ProNcseq

Function ProNcseqTypeGet


Description
Retrieves the type name of the specified NC sequence.
Synopsis
#include <ProNcseq.h>
ProErrorProNcseqTypeGet(
ProNcseq* seq
/* (In)
The handle to an NC sequence feature
*/
ProLine r_type_name
/* (Out)
The type name of the NC sequence
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProFeatureIsNcseq

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions