Documentación de la API > Assembly > Object ProAsmcomp > Function ProAsmcompSetPlaced
Function ProAsmcompSetPlaced
Description
Set the placed flag for the specified component.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompSetPlaced
(
ProAsmcomp* p_comp
/* (In)
The component to set the placed flag.
*/
ProBoolean p_is_placed
/* (In)
The flag that needs to be set. It is either PRO_B_TRUE or PRO_B_FALSE.
*/
)
Returns
The function succeeded in setting the value.
Model is in read-only state.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?