Hi all,
Is there any way to add “landing” property to a Leader created within a code with scripting?
I am using a code;
…
…
pts=
pts.extend([pick_pt, point2])
leader = rs.AddLeader(pts, text=layerName)
rs.ObjectLayer(leader, layer)
rs.ObjectColor(leader, (170,5,5))
rs.ObjectPrintWidth(leader, 0.2)
…
…
Thanks in advance…
PS
The full code is on attachment
AddLeaderTag.py (1.7 KB)
1 post - 1 participant