Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Line2D thickness 1

Status
Not open for further replies.

deanOtw

Computer
Joined
Feb 4, 2004
Messages
6
Location
TW
Hi everyone

I have problem to try to set the Line2D thickness,
anyone have idea how to do that?

thanks!
 
Hey dean,u wanto set thickness of aline with script r what?if its with script?heres the script:

Set selection1 = DrawingDocument1.Selection

Selection1.Search "Name = Line.1" 'put the name of the line for which u want to change thickness'

Set vispropset1 = selection1.visproperties

vispropset1.setrealwidth 5,1

selection1.clear()

hope it works for u,

bye
Naveen
 
hi Naveen,

Thanks for the tips, it worked very well :-)

Thanks a lot !














 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top