Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing the code for a solution to a current topic.
It involves inserting a block with two attributes, but I really don't know the block.
It might allow varied X and Y scales, and it might not.
Plus the block may exist as a dwg in the search path, but not yet defined in the current drawing.
How do you know how many pauses to provide before supplyling the two attribute values?
(vl-cmdf "_.INSERT" block_name pause pause pause att1 att2) ???
(vl-cmdf "_.INSERT" block_name pause pause pause pause att1 att2) ???
Or is there a better way to insert?
John F. Uhden
Solved! Go to Solution.