API ドキュメンテーション > Cabling > Object ProCablelocation > Function ProCablelocationIsAttachToHarness
Function ProCablelocationIsAttachToHarness
Description
check if the location is a cabling "attach to harness" location.
Synopsis
#include <ProCabling.h>
ProCablelocationIsAttachToHarness
(
ProCablelocation* p_location
/* (In)
The location pointer.
*/
ProBoolean* p_is_att_loc
/* (Out)
TRUE if the location is a cabling "attach to harness" location.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?