Category Cabling, Object ProCablesegment

Function ProCablesegmentInfosGet


Description
Collect cable segments with location ids inside the segments.
Synopsis
#include <ProCabling.h>
ProErrorProCablesegmentInfosGet(
ProCable* p_cable
/* (In)
The cable.
*/
ProCablesegmentInfo** p_segs
/* (Out)
ProArray of cable segments. The function allocates memory, user must free it by ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully get cable data.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Cable Parameters