API ドキュメンテーション > Cabling > Object ProCablesegment > Function ProCablesegmentInfoIsInBundle
Function ProCablesegmentInfoIsInBundle
Description
Identifies whether the cable segment with location information runs into a bundle.
Synopsis
#include <ProCabling.h>
ProCablesegmentInfoIsInBundle
(
/* (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.
User Guide References
これは役に立ちましたか?