Author Topic: Obtain the Command Line window Text  (Read 1534 times)

0 Members and 1 Guest are viewing this topic.

latour_g

  • Newt
  • Posts: 184
Obtain the Command Line window Text
« on: October 16, 2015, 11:03:22 AM »
Hi,

I'm looking for a way to get the command line window text in AutoCAD 2014.

I found this (http://adndevblog.typepad.com/autocad/2012/06/how-to-obtain-the-command-line-window-text-using-objectarx.html) but I don't want to use ObjectArx.

I only need the last line, as shown in the attached image.

Thank you

n.yuan

  • Bull Frog
  • Posts: 348
Re: Obtain the Command Line window Text
« Reply #1 on: October 16, 2015, 03:06:12 PM »
Autodesk.AutoCAD.Internal.Utils.GetLastCommandLines(int, bool)

latour_g

  • Newt
  • Posts: 184
Re: Obtain the Command Line window Text
« Reply #2 on: October 19, 2015, 10:43:37 AM »
Thanks a lot !