Category Assembly, Object ProAsmcomp

Function ProAsmcompPackageMove


Description
Invokes the package move interface for the specified component. Default values for the old behavior:
Replacement in Object TOOLKIT: pfcComponentFeat::MoveThroughUI
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompPackageMove(
ProAsmcomp* p_feat_handle
/* (In)
The component to be "moved"
*/
ProMotionType motion_type
/* (In)
See the enum ProMotionType
*/
ProBoolean showui
/* (In)
Dialog or action only
*/
ProMotionRefType motion_ref_type
/* (In)
See the enum ProMotionRefType
*/
ProSelection motion_ref[]
/* (In)
Array of sel ptrs
*/
int sel_sz
/* (In)
Array size.
*/
)
Returns
PRO_TK_NO_ERRORThe argument corresponds to a valid component feature with a valid component model.
PRO_TK_BAD_INPUTSThe specified feature is not a valid component feature.
PRO_TK_USER_ABORTThe package move was aborted by the user.

Manual References:

  1. Assembly: Assembling Components: Redefining Components Interactively

Sample Code References:

  1. pt_examples ( TestAsm.c )
  2. pt_examples ( TestAsm.c )