API Documentation > Cabling > Object ProCable > Function ProCableLocationsCollect
Function ProCableLocationsCollect
Description
Finds the locations for the specified cable or wire
Synopsis
#include <ProCabling.h>
ProCableLocationsCollect
(
/* (In)
The handle to the assembly that contains the cable.
*/
ProCable* p_cable
/* (In)
The cable's handle.
*/
ProCablelocation** p_location_array
/* (Out)
Pointer to ProArray of locations. The function allocates memory for this argument. To free it, call the function ProArrayFree.
*/
)
Returns
The function successfully get list of ids.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
Was this helpful?