Export Scheme List using C#

I saw there is a script to get Export scheme.
List AutoCAD Export Schemes

What I wanted is this list, how can I get this ? Has this been exposed?

image

No it has not. Why do you need these?

– Dale

I created a plugins to auto export into DXF as the machine programming software can read in DXF files. So I thought maybe I will allow the user to select the scheme from my plugins instead of using the default one. For now, I created the same list of scheme in my plugins that’s all.