API 文件集 > Cabling > Object ProCablesegment > Function ProCablesegmentIsInBundle
Function ProCablesegmentIsInBundle
Description
Identifies whether the cable segment runs into a bundle.
Synopsis
#include <ProCabling.h>
ProCablesegmentIsInBundle
(
/* (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
The function successfully get cable segment data.
One or more of the arguments was invalid.
Other errors.
這是否有幫助?