Has anyone tried to automate linking a boom table cell to a note before using macro?
I’m trying to write a macro that does this, but to do it, you need to assemble a string with at least TABLEOBJECT ID, RECORD ID, and COLUMN ID:
How do you get these IDs, or is there a another way?
I think that’s in the note interface.
I might be wrong but there are two things with notes: a displayed value and the actual value (just like custom properties). Look for the value not the text.
Edit:
Try this: PropertyLinkedText Property (INote) - 2019 - SOLIDWORKS API Help
API says:
The string returned by this property is the unresolved string of the note. If the note has linked text, then the source of the link is returned rather than the value of the link.