Category Cabling, Object ProSpool

Function ProSpoolParameterGet


Description
Retrieves one parameter of specified spool
Synopsis
#include <ProCabling.h>
ProErrorProSpoolParameterGet(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProName w_param_name
/* (In)
Name of retrieved parameter
*/
ProCableparam* p_param
/* (Out)
Parameter handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved parameter.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Spool Parameters
  3. Production Applications: Cabling: Spool Parameters

Sample Code References:

  1. pt_examples ( UtilCable.c )