Category Assembly, Object ProAsmcompconstraint

Function ProAsmcompconstraintTypeGet


Description
retrieves the constraint type for the given constraint.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompconstraintTypeGet(
ProAsmcompconstraint constraint
/* (In)
The Assembly component constraint.
*/
ProAsmcompConstrType* type
/* (Out)
The constraint type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved 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

Sample Code References:

  1. pt_userguide ( UgAsmcompConstraint.c )