API ドキュメンテーション > Cabling > Object ProHarness > Function ProHarnessSubharnessesCollect
Function ProHarnessSubharnessesCollect
Description
Collect all subharnesses in the input harness part.
Synopsis
#include <ProCabling.h>
ProHarnessSubharnessesCollect
(
ProAssembly p_assem
/* (In)
The input assembly.
*/
ProHarness p_harness
/* (In)
The input harness part.
*/
ProSubharness** p_sub_harnesses
/* (Out)
Pointer to ProArray of ProSubharness. The function allocates memory for this argument. Use ProArrayFree to free it.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?