To add a leader to the MText

I have multiple MTEXT I need the leader with that. Is any way to create from dynamo. In cad I add the manually like MTeader in that the option is select mtext. In is repeated work is there anyway to create scripts.

Hello @godsonraj41 ! Welcome to the community!
It seems that you want to add leaders to MText objects.
One option would be to replace MText objects with Multileader objects.
The below example uses the contents and location of an MText object, and adds the location 1 leader to create a Multileader object, then it deletes the unneeded MText object.

C3D_ReplaceMTextWithMultiLeader.dyn (15.0 KB)

@ISECnico Thnak you​:saluting_face:

Hola amigos buenas!

@godsonraj41 put parametric acctions to a block with attributes, the block with the draw is the object and you can move the attributes information arround it, it’s what i do, i call them flag blocks, all the information belongs to the same object, insertion point, scale and attribute values, and it’s completly dynamique!!