API 文件集 > Miscellaneous > Object ProCabling > Function ProCablingConnectorParamsSet
Function ProCablingConnectorParamsSet
Description
Sets parameters of specified connector
Synopsis
#include <ProCabling.h>
ProCablingConnectorParamsSet
(
ProSolid solid
/* (In)
handle to the harness assembly or part can be NULL
*/
ProConnector* p_connector
/* (In)
The connectors handle.
*/
/* (In)
The new parameters.
*/
)
Returns
The function successfully set parameters.
One or more of the arguments was invalid.
The specified assembly is invalid or the member is not a connector
Other errors.
這是否有幫助?