help please 2 simples questions
help please 2 simples questions
(OP)
1)how do i do if i want to select an object from my object librairies(like a chair,toilet) from vba or vb.?
2)how can i know the coords of it when put on the model?
2)how can i know the coords of it when put on the model?





RE: help please 2 simples questions
2. You define the coordinates for the block placement (ie dInsPt) as shown below.
Set acBlkRef = ThisDrawing.ModelSpace.InsertBlock(dInsPt, _
strBlkName, dblScale, dblScale, dblScale, 0)
"Everybody is ignorant, only on different subjects." — Will Rogers