Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
A.Acheson
in reply to: alex_vela10

Hi @alex_vela10 

It looks like your using a newer version than 2020 so I cannot test your methods. Can you attach the sample of the formatted text your seeing. There may be a pattern than can be exposed. 

 

If your not worried about having formatted text you can just put the text of the iproperty directly into the leader.

Again if you can explain how much you want to automate and also attach the code your using that will help you get to your end goal. 

 

This is what I used for a quick test. 

Dim drawDoc As DrawingDocument = ThisDoc.Document
For Each LeadNte As LeaderNote In drawDoc.ActiveSheet.DrawingNotes.LeaderNotes
   Logger.Info(LeadNte.FormattedText)
Next

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan