Category Cabling, Object ProHarness

Function ProHarnessCreate


Description
Creates new harness
Synopsis
#include <ProCabling.h>
ProErrorProHarnessCreate(
ProAssembly asm_mdl
/* (In)
The cabling assembly's handle.
*/
ProName w_name
/* (In)
Harness name.
*/
ProHarness* p_harness
/* (Out)
The harness handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully create harness.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_FOUNDHarness with same name already exists.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Creating a Harness

Sample Code References:

  1. pt_examples ( UtilCable.c )