Documentazione API > Cabling > Object ProCable > Function ProCableParametersSet
Function ProCableParametersSet
Description
Sets parameters for the specified cable
Synopsis
#include <ProCabling.h>
ProCableParametersSet
(
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The handle of cable
*/
/* (In)
ProArray of parameters
*/
)
Returns
The function successfully set parameters.
Model is in read-only state.
One or more of the arguments was invalid.
Array does not contain required params or read only params are changed.
Other errors.
Sample Code References
User Guide References
È stato utile?