VBA - bring to front / send to back

Hello everyone. I am starting to approach VBA and LISP for Draftsight. I have the following problem: starting from the example VBA in the Draftsight guide for inserting an image

 (https://help.solidworks.com/2025/english/api/draftsightapi/Insert_Picture_Example_VBA.htm)

I was wondering what lines of code to add to ensure that the image just inserted by VBA is placed behind all other entities in terms of display order. So far, I have only been able to insert images using VBA but not to modify the display order. I saw that there is the "SendToBackEntities" method, but I don't know how to implement it in VBA (link to the method https://help.solidworks.com/2025/english/api/draftsightapi/Interop.dsAutomation~Interop.dsAutomation.ISketchManager~SendToBackEntities.html).

 

I am sure it's a real oversight; it's just that since I'm not yet very familiar with the VBA syntax for Draftsight, I don't know how to resolve it.

Thank you to everyone who can give me a little assistance