Documentación de la API > Cabling > Object ProCables > Function ProCablesFromLogicalGet
Function ProCablesFromLogicalGet
Description
Returns list of imported but not created cables
Synopsis
#include <ProCabling.h>
ProCablesFromLogicalGet
(
/* (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
The function successfully get list of cables.
One or more of the input arguments was invalid
No cables imported from logical or all already created.
Other errors.
Sample Code References
User Guide References
¿Fue esto útil?