metozade Posted January 1, 2012 Posted January 1, 2012 (edited) According to TagString Is it possible to make attribute value of the dwg name? (Sorry for bad english) Edited January 1, 2012 by metozade Quote
dirkvandonkelaar Posted January 1, 2012 Posted January 1, 2012 Why do you need to make it an attribute value? the dwg file name is for the whole drawing, right? You can do this, by setting the default attribute text as an field, according to the picture below. As fieldname, select Filename. Quote
metozade Posted January 1, 2012 Author Posted January 1, 2012 I'm sorry I can not express my problem I want to do the exact opposite... for example: in drawing attribute tag: "Drawingno" atrribute value: "MT-01-01" drawing name: "drawing1" I want to do drawing name: "MT-01-01" I think that it is possible? thank you Quote
dirkvandonkelaar Posted January 1, 2012 Posted January 1, 2012 If i understand you right, you want to display by drawing name: "MT-01-01", while the real name is "drawing1"? I think, the only possibility is just make it an attribute with as default the filename and change it later if you want. Quote
metozade Posted January 1, 2012 Author Posted January 1, 2012 yes, Sub saveas() ThisDrawing.saveas ("block in attributes value") End Sub An example was funny Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.