Regenrate the model
I have a model.I update some parameter and when i click the Regenerate Button then the model gets regenerated and displayed.But i did something in my tool ,I give input through my tool.Its affect the parameter and updates the value.Now I want to regenerate the model by J-Link.
model mode;
model=Session.getCurrentModel();
model.RegenarateRelation();
model.display();
But it wont regenerate the model.Please help me to solve my problem.Thanks in advance.

