TheSwamp

Code Red => .NET => Topic started by: latour_g on March 22, 2016, 10:54:18 AM

Title: Command break at point in .net
Post by: latour_g on March 22, 2016, 10:54:18 AM
Hi,

I'm trying to code this command in .net : ^C^C_break \_f \@ 

It doesn't seem to work with SendStringToExecute ?

I try something like that but it take the last point as soon as I start the command :

Code - C#: [Select]
  1. Document doc = AcadApp.DocumentManager.MdiActiveDocument;
  2. doc.SendStringToExecute("\x03\x03 _break \\_f \\@ \n", true, false, true);
Title: Re: Command break at point in .net
Post by: ChrisCarlson on March 22, 2016, 10:58:57 AM
Look at

breakPoints.Add()