API Documentation > Cabling > Object ProCablelocation > Function ProCablelocationCablesGet
Function ProCablelocationCablesGet
Description
Find cables at the specified location
Synopsis
#include <ProCabling.h>
ProCablelocationCablesGet
(
/* (In)
The location.
*/
ProCable** p_cables
/* (Out)
Pointer to ProArray of cables. 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 arguments was invalid.
Other errors.
Sample Code References
User Guide References
Was this helpful?