Hello,
I'm trying to write my application that works well in AutoCAD for the BricsCAD.
Till now, I don't have much problems, but I came across to the Editor.Command void.
Does anyone know, how can I send specify command to the BricsCAD? Like d.Command("FILEDIA", "0") ?
Thanks.
Comments
As far as I know, sending commands should not be a problem in our NET interface ?
You might send us a support request, with a sample project, so our developers can adjust + improve that,
and/or adjust and improve our NET implementation
many greetings !
public extern static int acedCmd(System.IntPtr vlist);[/code]
Hi, its better to use static bool Bricscad.Global.Editor.Command(ResultBuffer args), which wraps acedCmd
Cheers