Jump to content

C# and autocad lt


CesarA

Recommended Posts

I have a computer with autocad lt 2009. I have worked with c# previously and started 2 weeks ago with lisp. But lisp isn't compatible with that computer.

 

So the question is, is c# compatible with lt? Are there differences that I should take care of? Or like lisp, c# doesn't work in autocad at all?

 

Just wanna know before deciding if i'm going to use c# instead of lisp :P

 

Thank you

Link to comment
Share on other sites

Thanks ReMark

Does anyone experienced in c# and autocad knows if lt is fully compatible?

 

Wouldn't that information be available in the AutoCAD .NET Developer's Guide?

Link to comment
Share on other sites

Nope no programming capabilities inside Autocad LT, we get scripts which can be used to string together most Autocad commands into a sequence that can be quite lengthy, but no descision making or user input. Or you can get into macro's, which are basically the same, but macro's allow the use of diesel expressions which you can get to do some pretty fancy stuff, and a macro will allow some user input, but it probably is not economically sensible considering the time it can take. Outside of LT a lot of people use excel to create script files, but this involves a couple of extra steps ie. copy and paste from excel into the Autocad command line.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...