I want to delete connection occurrence between Objects Occurrence in model through scripting of report
I want to delete connection occurrence between Objects Occurrence in model through scripting of report
Hi Mayur,
Have a look at the Occ.Remove() command. a Cxn Occ is an inherited class. You can also have a look at the Model.deleteOcc(). I use this to remove Objects, not sure if it will work on Cxns...
Rgs,
Francois du Toit
yes,
its working mayur u can use cxnocc.Remove() to remove connection occurance from model.........i use this lot of time .........