Introduction
Usage : Manage Containee Attributes when dissociating it from Container
Datasetup Resource Set :
- Diagram Resource
Datasetup Resource : Rule to manage Containee Attribute during its association from a Container
Rule Example 1
Description
Replace V_description value by "" when containee is dissocited from container
Rule
/* Rule to remove Composite Name ( Schematic_RemoveComposite ) */ /* This Object Type= LogicalOccurrence */ // Replace V_description value by "" when containee is dissocited from container Let ChildInstance(RFLVPMLogicalInstance) Set ChildInstance = ThisObject.Instance if(NULL <> ChildInstance) { ChildInstance.SetAttributeString("V_description", "") //ChildInstance.SetAttributeString("V_Ref_IntegratedIn", "") }