Category Cabling, Object ProConnector

Function ProConnectorWithAllParamsDesignate


Description
Designate the specified component as an assembly connector with all the logical parameters.
Synopsis
#include <ProCabling.h>
ProErrorProConnectorWithAllParamsDesignate(
ProAsmcomppath* p_connector
/* (In)
Handle of connector to designate
*/
ProName name
/* (In)
Name of the reference designator. It can be NULL when the designation is not from logical reference.
*/
ProBool from_logical
/* (In)
PRO_B_TRUE for designation from logical reference. PRO_B_FALSE for default designation.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully designate.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_FOUNDThe given name of the reference designator is already used by other connector
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Connectors Parameters
  2. Production Applications: Cabling: Connectors Parameters