.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

BeginLISP .net Equivalent

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
mikecarrico7670
370 Views, 2 Replies

BeginLISP .net Equivalent

I would like to monitor users to get an idea as to which LISP routines are being used in ACAD for cleanup and utilization purposes.  It appears that VBA had a beginlisp event that could be used to handle this, but I can't seem to find any documentation on a similar event or its inclusion in vb.net.  Has anyone found an event that could be used to accomplish this or have any suggestions? Note that I would like to monitor all LISP functions, not a single function. Thanks.

2 REPLIES 2
Message 2 of 3
Ed.Jobe
in reply to: mikecarrico7670

You can still access all the COM stuff through the AcadApplication object.

Ed

EESignature

Message 3 of 3

Solved: BeginLisp is still an even that that can be used for the Acaddocument class via the function call:
"Private Sub LispMonitor(ByVal firstline As String) Handles doc.BeginLisp"

where doc is listed as an Acaddocument variable WithEvents.

 

Also, there is an event for the Document class called LispWillStart which I imagine works similarly.  Thanks.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost