API 文件集 > Miscellaneous > Object ProCabling > Function ProCablingConnectorParamGet
Function ProCablingConnectorParamGet
Description
Gets connector's parameter
Synopsis
#include <ProCabling.h>
ProCablingConnectorParamGet
(
ProSolid solid
/* (In)
handle to the harness assembly or part can be NULL
*/
ProConnector* p_connector
/* (In)
The connectors handle.
*/
ProName w_param_name
/* (In)
Parameter's name.
*/
ProCableparam* p_param
/* (Out)
The parameter handle.
*/
)
Returns
The function successfully gets parameter.
One or more of the arguments was invalid.
Other errors.
這是否有幫助?