Description | ||||||||||||||
Returns list of imported but not created cables | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProCablesFromLogicalGet | ( | ||||||||||||
ProAssembly assy | ||||||||||||||
/* (In) | ||||||||||||||
The handle to the assembly that contains the cable. | ||||||||||||||
*/ | ||||||||||||||
ProName** p_cable_names | ||||||||||||||
/* (Out) | ||||||||||||||
Pointer to ProArray of names. The function allocates memory for this argument. To free it, call the function ProArrayFree. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|