Hello,
I would like to insert an image in Eplan drawing(QR code generated outside Eplan). Eplan version is rather old - 2.6. I am using a script to do this, but I can't find the correct parameters to set the image properties without going through all the dialogs. I am using this action, but the only argument, which is working is "filename", so at least I can skip the file dialog. I can't find any other arguments to set the image - like Scale, Insertion point, Copy, Overwrite existing etc. Where can I find argument names for these properties? Is there another way to insert an image by script?
CommandLineInterpreter cli2 = new CommandLineInterpreter();
ActionCallingContext acc2 = new ActionCallingContext();
acc2.AddParameter("Name", "XGedIaInsertImage");
acc2.AddParameter("filename", "C:\\Windows\\Temp\\QRcode.png");
cli2.Execute("XGedStartInteractionAction", acc2);
------------------
Марин
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP