Documentação da API > Miscellaneous > Object ProCabling > Function ProCablingConnectorEntryPortsGet
Function ProCablingConnectorEntryPortsGet
Description
Retrieves the entry ports for the specified connector.
Synopsis
#include <ProCabling.h>
ProCablingConnectorEntryPortsGet
(
ProSolid solid
/* (In)
handle to the harness assembly or part can be NULL
*/
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
The function successfully retrieved.
One or more of the arguments was invalid.
Other errors.
Isto foi útil?