Documentación de la API > Cabling > Object ProCable > Function ProCableParametersCollect
Function ProCableParametersCollect
Description
Retrieves the parameters, including all values associated with multi-valued parameters, for the specified cable
Synopsis
#include <ProCabling.h>
ProCableParametersCollect
(
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The handle of cable. It should be one of the following types returned from ProCableTypeGet(): PRO_CABLETYPE_CABLE, PRO_CABLETYPE_WIRE, PRO_CABLETYPE_BUNDLE, PRO_CABLETYPE_CONDUCTOR.
*/
ProCableparam** p_params
/* (Out)
Pointer to ProArray of parameters.
*/
)
Returns
The function successfully retrieves parameters.
One or more of the arguments was invalid.
Spool with this name does not exist.
Other errors.
Sample Code References
User Guide References
¿Fue esto útil?