Category Assembly, Object ProRule

Function ProRuleInitExpr


Description
Initializes the ProRule data structure for the specified expression.
Replacement in Object TOOLKIT: wfcWAssembly::ListComponentsByAssemblyRule
Synopsis
#include <ProRule.h>
ProErrorProRuleInitExpr(
ProExpression expr
/* (In)
The expression
*/
ProRule* rule
/* (Out)
The ProRule data structure to be filled in
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the data structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Simplified Representations: Gathering by Parameters

Sample Code References:

  1. pt_examples ( TestRule.c )