API 설명서 > Assembly > Object ProAsmcomp > Function ProAsmcompIsBulkitem
Function ProAsmcompIsBulkitem
Description
Determines whether the specified component is a bulk item.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsBulkitem
(
ProAsmcomp* p_comp_handle
/* (In)
The component to be checked.
*/
ProBoolean* p_is_bulk_item
/* (Out)
This is PRO_B_TRUE if the component is a bulk item; otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?