Command Execution Problem

Command Execution Problem

Anonymous
Not applicable
207 Views
0 Replies
Message 1 of 1

Command Execution Problem

Anonymous
Not applicable
Dear all,
I have made a command like
[CommandMethod("Draw")]
public static void Draw()
{
----------------------------
----------------------------
}

I am opening 5 files in a loop and on each file a circle will draw and after creating circle it will close all files. But it could not got the success. Because when i open a file it goes to back to current drawing "Drawing1". When i use MDIActiveDocument, then it stops or hand the execution of previous command of "Drawing1" i.e. Draw. How can i achieve this?
Thanks in Advance.
0 Likes
208 Views
0 Replies
Replies (0)