Category Assembly, Object ProAsmcomp

Function ProAsmcompIsUnplaced


Description
Determine if the specified component is unplaced.
Replacement in Object TOOLKIT: wfcWComponentFeat::IsUnplaced
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsUnplaced(
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
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe component handle is invalid.
PRO_TK_NOT_VALIDRequired license not found.

Manual References:

  1. Assembly: Basic Assembly Access: Simplified Representations
  2. Assembly: Basic Assembly Access: Simplified Representations
  3. Assembly: Top-down Design: Assembly Component Functions

Sample Code References:

  1. pt_examples ( TestAsm.c )