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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

SET A Block Ref with a know Name instead of Ppicking it

Status
Not open for further replies.

johnsteffen

Mechanical
Joined
Feb 8, 2004
Messages
1
Location
US
I have a drawing with a know Block inserted in it with atttributes. THe block name is A2E and it is inserted on a layout.

I want to change an attribute in the block

I can't set the acadblockref
The problem is that every example shows to set the acadblock ref by inserting the block of using the getentity, in which case the user has to pick the block.

I don't want the user to pick the block.

set objblockref = Thisdrawing.paperspace."A2E"

How do I do this

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top