API Documentation > Miscellaneous > Object ProCabling > Function ProCablingConnectorParamsCollect
Function ProCablingConnectorParamsCollect
Description
Retrives parameters of specified connector
Synopsis
#include <ProCabling.h>
ProCablingConnectorParamsCollect
(
ProSolid solid
/* (In)
handle to the harness assembly or part can be NULL
*/
ProConnector* p_connector
/* (In)
The connectors handle.
*/
ProCableparam** p_params
/* (Out)
Pointer to ProArray of parameters. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
The function successfully retrieves parameters.
One or more of the arguments was invalid.
Other errors.
User Guide References
Was this helpful?