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!

Autocad VBA Events

Status
Not open for further replies.

efighettib

Structural
Joined
Jan 13, 2004
Messages
26
Location
CL
Hello

Here is my problems.
I want to change some properties of some lines in Autocad 2004, but I can`t relate the event of change the lines with the code... I doesn`t work!.
I put in a module
Public WithEvents ObjFe As AcadPolyline

an then, for example
Private Sub ObjFe_Modified(ByVal pObject As IAcadObject)
...
End sub
but
when I modify the polyline, nothing happens.

What is wrong?.

Thanks a lot!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top