Hi,
I have a TableAnnotation object.
Is it possible to get different row datas with different Backgroundworker threads at same time from Solidworks?
Now I'm using a loop and read rows after rows, but it takes a bit long time on a large table.
I've tried to insert a new backgroundworker at the beginning of the loop, and tried to it's doworker read one row, but it is simply doesn't do anything without any error exception. Maybe I did wrong something..
thank you
SolidworksApi macros