Description | ||||||||||||||
Retrieves the parameters, including all values associated with multi-valued parameters, for the specified cable | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProCableParametersCollect | ( | ||||||||||||
ProAssembly assy | ||||||||||||||
/* (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 | ||||||||||||||
|