Documentação da API > Assembly > Object ProAsmcomp > Function ProAsmcompPackageMove
Function ProAsmcompPackageMove
Description
Invokes the package move interface for the specified component. Default values for the old behavior:
p_feat_handle: The component to be "moved"
motion_type: PRO_M_UNDEF
showui: PRO_B_TRUE
motion_ref_type: PRO_M_VIEW_PLANE
motion_ref[]: NULL
sel_sz: 0
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
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
The argument corresponds to a valid component feature with a valid component model.
The specified feature is not a valid component feature.
The package move was aborted by the user.
Sample Code References
User Guide References
Isto foi útil?