Category Cabling, Object ProBundle

Function ProBundleCablesCollect


Description
Retrieves cables
Synopsis
#include <ProCabling.h>
ProErrorProBundleCablesCollect(
ProCable* p_bundle
/* (In)
bundle handle
*/
ProBundleCableLevel level
/* (In)
determines which set of cables to get.
*/
ProCable** p_cables
/* (Out)
ProArray of bundles. Function allocates memory for this argument. User must free it using ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully collected cables.
PRO_TK_INVALID_TYPEInvalid type of specified cable (bundle);
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: Managing Cables and Bundles

Sample Code References:

  1. pt_examples ( UtilCable.c )