Description | ||||||||||||||
Copy the rules of a layer LayerName in ReferenceModel into a layer LayerName in CurrentModel, overwriting any rules
Note: This function copies both the rules definitions and the rules options set interactively (including option "Associative") |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProLayer.h> | ||||||||||||||
ProError | ProLayerRuleCopy | ( | ||||||||||||
ProMdl CurrentModel | ||||||||||||||
/* (In) | ||||||||||||||
The model into which the layer rule will be copied. | ||||||||||||||
*/ | ||||||||||||||
ProName LayerName | ||||||||||||||
/* (In) | ||||||||||||||
The name of an existing layer in both models. | ||||||||||||||
*/ | ||||||||||||||
ProMdl ReferenceModel | ||||||||||||||
/* (In) | ||||||||||||||
The model from which the layer rules will be copied. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|