Category Assembly, Object ProAsmcompconstraint

Function ProAsmcompconstraintUserdataGet


Description
retrieves the user data for the given constraint.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompconstraintUserdataGet(
ProAsmcompconstraint constraint
/* (In)
The Assembly component constraint.
*/
wchar_t** usr_data
/* (Out)
User data. Free the memory for this string using ProWstringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved theinformation.
PRO_TK_BAD_INPUTSThe argument is invalid.
PRO_TK_E_NOT_FOUNDUser data not found .

Manual References:

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