TheSwamp

Code Red => .NET => Topic started by: latour_g on October 16, 2015, 11:03:22 AM

Title: Obtain the Command Line window Text
Post by: latour_g 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
Title: Re: Obtain the Command Line window Text
Post by: n.yuan on October 16, 2015, 03:06:12 PM
Autodesk.AutoCAD.Internal.Utils.GetLastCommandLines(int, bool)
Title: Re: Obtain the Command Line window Text
Post by: latour_g on October 19, 2015, 10:43:37 AM
Thanks a lot !