Get the linked Attribute value of a note (VBA)
Get the linked Attribute value of a note (VBA)
(OP)
Hi all,
I have a note in a drawing which displays the value of an attribute from part document
i would like to
1. check what property this has been linked to
2. link if it is not linked to the desire property.
kindly let me know how could i achieve this thro vba.
I have a note in a drawing which displays the value of an attribute from part document
i would like to
1. check what property this has been linked to
2. link if it is not linked to the desire property.
kindly let me know how could i achieve this thro vba.
Regards,
Maddy






RE: Get the linked Attribute value of a note (VBA)
-or-
Open the drawing and then Edit Sheet Format and hover the cursor over the note.
http://help.solidworks.com/2014/English/solidworks...
RE: Get the linked Attribute value of a note (VBA)
Thanks for the reply.
I would like to know how to achieve it through macro (VBA)
Regards,
Maddy
RE: Get the linked Attribute value of a note (VBA)
If the former,
http://help.solidworks.com/2014/English/api/sldwor...
-handleman, CSWP (The new, easy test)
RE: Get the linked Attribute value of a note (VBA)
yes you are right.
i need to set the value of a note to a attribute if it is not linked to it.
getting the linked property is ok but how to set it.
Regards,
Maddy
RE: Get the linked Attribute value of a note (VBA)
-handleman, CSWP (The new, easy test)
RE: Get the linked Attribute value of a note (VBA)
Thanks for the reply
Will try and revert.
Regards,
Maddy