Category Cabling, Object ProCablesegment

Function ProCablesegmentInfoIsInBundle


Description
Identifies whether the cable segment with location information runs into a bundle.
Synopsis
#include <ProCabling.h>
ProErrorProCablesegmentInfoIsInBundle(
ProCablesegmentInfo segment
/* (In)
The cable segment.
*/
ProBoolean* is_in_bundle
/* (Out)
Whether the cable runs into a bundle.
*/
ProName bundle_name
/* (Out)
The name of the bundle that the segments runs into, if is_in_bundle is PRO_B_TRUE. If not, this output should be ignored.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully get cable segment data.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Production Applications: Cabling: Managing Cables and Bundles
  2. Production Applications: Cabling: Managing Cables and Bundles