Function ProAsmcompIsPlaced
Description
Determine whether the specified component is placed.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsPlaced
(
ProAsmcomp* p_comp
/* (In)
The component to be checked.
*/
ProBoolean* p_is_placed
/* (Out)
This is PRO_B_TRUE if the component is placed; otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The input argument is invalid.
Sample Code References
User Guide References
これは役に立ちましたか?