Category Assembly, Object ProAsmcompconstraint

Function ProAsmcompconstraintUserdataSet


Description
sets the user data to the specified constraint.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompconstraintUserdataSet(
ProAsmcompconstraint constraint
/* (In)
The Assembly component constraint.
*/
wchar_t* usr_data
/* (In)
User data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Assembly: Assembling Components: Assembling a Component Parametrically
  2. Assembly: Assembling Components: Assembling a Component Parametrically