Category Cabling, Object ProConnector

Function ProConnectorEntryPortsGet


Description
Retrieves the entry ports for the specified connector.
Synopsis
#include <ProCabling.h>
ProErrorProConnectorEntryPortsGet(
ProConnector* p_connector
/* (In)
Handle of connector.
*/
ProCsys** p_csys_array
/* (Out)
ProArray of csys. Function allocate memory for this argument. User must free it with ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )