API 설명서 > Miscellaneous > Object ProCabling > Function ProCablingIsHarness
Function ProCablingIsHarness
Description
check if the model handle is a harness part.
Synopsis
#include <ProCabling.h>
ProCablingIsHarness
(
ProMdl* p_mdl
/* (In)
The model handle.
*/
ProBoolean* p_is_harness
/* (Out)
TRUE if the model is a harness.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?