‎22-06-2016 01:48 PM
Hi Community,
I am trying to draw some links on a diagram, everything is going well except the round corners. By default the link is getting rounded corner. I tried to set the value 0 and False, both are not working.
Set NewFlowRelation = oRoot.getCollection("Flow To Application").Add("Sample Flow Relation")
Set flowdrawingitem = oDrawing.MegaObjectInsert(NewFlowRelation)
Set parentdrawingitem = flowdrawingitem.ItemProperty("ParentDrawingItem")
parentdrawingitem.LineStyle.RoundCorner = 0 ' I tried with false also not working
Can any one help me in fixing this?
Thanks in advance.