Sep 29, 2011 #1 ciach Mechanical Joined Sep 23, 2011 Messages 19 Location GB hi, i'm trying (with no success) to get user name by journal(vb) and put it in part attributes i figure out how to change part attributes (it's sth like this) theSession.Parts.Work.SetAttribute("AUTHOR", user_name) but how i can get user name?
hi, i'm trying (with no success) to get user name by journal(vb) and put it in part attributes i figure out how to change part attributes (it's sth like this) theSession.Parts.Work.SetAttribute("AUTHOR", user_name) but how i can get user name?
Sep 29, 2011 Thread starter #2 ciach Mechanical Joined Sep 23, 2011 Messages 19 Location GB solution: user_name = Environment.UserName Upvote 0 Downvote