API Documentation > Cabling > Object ProCablesegment > Function ProCablesegmentInfosGet
Function ProCablesegmentInfosGet
Description
Collect cable segments with location ids inside the segments.
Synopsis
#include <ProCabling.h>
ProCablesegmentInfosGet
(
ProCable* p_cable
/* (In)
The cable.
*/
/* (Out)
ProArray of cable segments. The function allocates memory, user must free it by ProArrayFree.
*/
)
Returns
The function successfully get cable data.
One or more of the arguments was invalid.
Other errors.
User Guide References
Was this helpful?