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> | |||||||||||
ProError | ProAsmcompPackageMove | ( | |||||||||
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 | |||||||||||
|