API Documentation > Assembly > Object ProAsmcomp > Function ProAsmcompIsUnplaced
Function ProAsmcompIsUnplaced
Description
Determine if the specified component is unplaced.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsUnplaced
(
ProAsmcomp* comp_handle
/* (In)
Handle to the component to be checked.
*/
ProBoolean* p_comp_is_unplaced
/* (Out)
PRO_B_TRUE if the component is unplaced, otherwise PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The component handle is invalid.
Required license not found.
Sample Code References
User Guide References
Was this helpful?