Category
Cabling
, Object
ProConnector
Function ProConnectorRefModelNameGet
Description
Gets connector's ref model name.
Synopsis
#include <
ProCabling.h
>
ProError
ProConnectorRefModelNameGet
(
ProConnector
*
p_connector
/* (In)
The connector handle.
*/
ProMdlName
p_ref_model_name
/* (Out)
Ref model name.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully gets ref model name.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_E_NOT_FOUND
Ref model is not found for connector.
PRO_TK_GENERAL_ERROR
Other errors.
Manual References:
Production Applications: Cabling: Connectors Parameters
Production Applications: Cabling: Connectors Parameters