Message 1 of 3

Not applicable
05-12-2017
12:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there,
I hope some one can help me with the eattedit command. I'm trying to edit a enhanced attribute editor.
I'm calling this block with the eattedit command, but the enhanced attribute editor has a popup screen. And i cannot figure out how i can change the value's these items with commands.
I work with C# and using the Autocad API.
example:
cadApp.ActiveDocument.SendCommand("eattedit\n-122,26,0\nvalue1\n");
This will send the eattedit command directly to the running autocad instance. And the next image will show after the command.
My problem is that i want to edit the value's with my external program. I cannot edit this with command's because this issn't the commandline.
Does anyone have an idea how i can do this?
Thanks,
Matthijs
Solved! Go to Solution.