Thanks Cowski, Frank & Grinch for the support
Finally i was able to compile the journal which works 100% persent to match my requirement.. Obsivously taking less time for excution also...
Now the journal running time is reduced to 2 sec from 20 min earlier for 45 sheet drawing.
Here is...
Thanks Grinch
Your code works like a charm [bigsmile], I have around 50 sheets in the drawing for a big assembly [hourglass]. Hence looping sheets take almost 20 to 25 minutes....
I would prefer to search for the "text to find" in the label.colletction instead on the displayed objects for...
Hi
Thanks Frank & Grinch for the codes...
I have made changes to my code and now it works fine.. but some improvement is needed
Meanwhile i found out, that looping through sheets is giving repeated data, because the text string is searched in label.collection instead of the displayed sheets...
Hi Grinch33
The code only searches for labelstrings in the first line of the text, If the "text to find" is in second or other lines, its not working..
If suppose i change the code to If labelstring(1).Contains(textin) Then
lw.WriteLine(labelstring(1)) Then the it is working...
Hi
The above code is from a closed thread, Which is used search for a particular text in Drawing notes and replace..
Whereas my requirement is different, but with little modification to above code will work (i feel)
I want to search for all Annotation.labels (which contains particular text...
thread561-352708
Hi The below Journal doest work for label notes, NX 8.5... can somebody help me here
[i]Option Strict Off
Imports System
Imports NXOpen
Imports NXOpen.UF
Imports NXOpenUI
Imports NXOpen.Utilities
Imports NXOpen.Annotations
Module GetWordInfo
Dim s As Session =...