Category Assembly, Object ProAsmcomp

Function ProAsmcompSetPlaced


Description
Set the placed flag for the specified component.
Replacement in Object TOOLKIT: pfcComponentFeat::IsPlaced
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompSetPlaced(
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
PRO_TK_NO_ERRORThe function succeeded in setting the value.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Modifying Component Properties

Sample Code References:

  1. pt_examples ( TestMechanism.c )