Category Assembly, Object ProRule

Function ProRuleInitRep


Description
Initializes the ProRule data structure according to the specified data.
Replacement in Object TOOLKIT: wfcWAssembly::ListComponentsByAssemblyRule
Synopsis
#include <ProRule.h>
ProErrorProRuleInitRep(
ProSimprep* simp_rep
/* (In)
The data specific to the rule type being initialized
*/
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 Simplified Representation

Sample Code References:

  1. pt_examples ( TestRule.c )