Message 1 of 4
Not applicable
03-19-2013
12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've searched a lot, but I didn't find any solution for my problem.
I've function written in C#:
[CommandMethod("GDF")]
public void doDimLinear()
{
DF.doDimLinear();
}In DF class, in doDimLinear function at the end I have:
doc.SendStringToExecute("dimlinear ", false, false, false);
And everything works OK, my function is switching layer, setting dimension style and invoking dimlinear function.
But when I want to repeat last command (by spacebar, right mouse) I have dimlinear command instead of GDF.
Can anyone help me?
Solved! Go to Solution.