Category Cabling, Object ProCable

Function ProCableParametersCollect


Description
Retrieves the parameters, including all values associated with multi-valued parameters, for the specified cable
Synopsis
#include <ProCabling.h>
ProErrorProCableParametersCollect(
ProAssembly assy
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The handle of cable. It should be one of the following types returned from ProCableTypeGet(): PRO_CABLETYPE_CABLE, PRO_CABLETYPE_WIRE, PRO_CABLETYPE_BUNDLE, PRO_CABLETYPE_CONDUCTOR.
*/
ProCableparam** p_params
/* (Out)
Pointer to ProArray of parameters.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieves parameters.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_NOT_FOUNDSpool with this name does not exist.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )