Hi
I'm new to SW macros and am looking for a bit of help.
I have an Annotation on my drawing.
I have a property named "VPN1".
I would like the Annotation to display the value of the property.
I've seen a few examples on the forum on how an annotation can be created with a link to a property.
But I already have the annotation, i just want to link it to the property.
I don't see how I can address the annotation object.
I was hoping to snag the object by name and just change the annoation.text = property.value; but, I can't even see how to assign a name to the annotation.
Can anyone shed some light on how I might be able to write a macro for this linking operation?
SolidworksApi macros