Category Cabling, Object ProCablelocation

Function ProCablelocationTypeGet


Description
Retrive the location's type for specified harness
Synopsis
#include <ProCabling.h>
ProErrorProCablelocationTypeGet(
ProCablelocation* location
/* (In)
The cable location.
*/
ProCablelocationType* p_type
/* (Out)
The cable location type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved locations.
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: Cable Routing Locations
  3. Production Applications: Cabling: Cable Routing Locations

Sample Code References:

  1. pt_examples ( UtilCable.c )