Category Assembly, Object ProAsmcomp

Function ProAsmcompConstrRedefUI


Description
Invokes the user interface to redefine component constraints.
Replacement in Object TOOLKIT: pfcComponentFeat::RedefineThroughUI
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompConstrRedefUI(
ProAsmcomp* p_feat_handle
/* (In)
The handle to the component to redefine. Note that this cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe argument corresponds to a valid component feature redefinition.
PRO_TK_BAD_INPUTSThe specified feature is not a valid component feature.
PRO_TK_USER_ABORTThe user aborted component redefinition.

Manual References:

  1. Assembly: Assembling Components: Redefining Components Interactively
  2. Assembly: Assembling Components: Redefining Components Interactively

Sample Code References:

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