Hi LWolf,
I want to read and export "Notes" values from a CATPart model rather than creating/reading a new geometric set from CATPart model.
Any idea how to achieve it?
Hello All,
How could I access and read text under "Notes:" as seen in the picture below?
Below is my code up to now and I am stuck.
Dim oSel As Selection
oSel = oCAT.ActiveDocument.Selection
oSel.Clear() '// Clear selection before selection starts
oSel.Search("Name = Notes*, All")
Dim...