Function ProLayerRuleMatch
Description
Compare the rules of a layer LayerName in ReferenceModel to the rules in layer LayerName in CurrentModel.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
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
The function successfully compared the rules.
Model is in read-only state.
CurrentModel, ReferenceModel or p_match is NULL.
CurrentModel or ReferenceModel is not a handle to a model.
Layer LayerName does not exist in one or both models.
User Guide References
Isto foi útil?