Hello,
I'm working with AutoCAD and VBA, and I've got a big problem
I'm using the instruction 'HandleToObject' like this
Dim objEnt(0) as AcadEntity
MyObjectHandle = "45D3"
Set objEnt(0) = ThisDrawing.Application.ActiveDocument.HandleToObject(MyObjectHandle)
objEnt(0).Visible =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.