Description | ||||||||||||||
Compare the rules of a layer LayerName in ReferenceModel to the rules in layer LayerName in CurrentModel. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProLayer.h> | ||||||||||||||
ProError | ProLayerRuleMatch | ( | ||||||||||||
ProMdl CurrentModel | ||||||||||||||
/* (In) | ||||||||||||||
The current model for comparison. | ||||||||||||||
*/ | ||||||||||||||
ProName LayerName | ||||||||||||||
/* (In) | ||||||||||||||
The name of an existing layer in both models. | ||||||||||||||
*/ | ||||||||||||||
ProMdl ReferenceModel | ||||||||||||||
/* (In) | ||||||||||||||
The reference model for comparison. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* p_match | ||||||||||||||
/* (Out) | ||||||||||||||
The result of the comparison. PRO_B_TRUE if a match, otherwise PRO_B_FALSE. Must not be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|