Freeze export schemes options

Hello,
we need to be sure by exporting curves as polyline to freeze the possibiity to change in the AutoCad ExportScheme dialog box -> “Tab Curves” part Polylines as Polylines,

Two possibitlities are envisaged : 1) find a solution to really freeze this options
2) let the user makes what he wants, but in fact I load the default Export schemes.

What do you think ?
would it be possible to get a short example in VB or C#?

Hi @Markus_Erhardt,

There is no SDK access to the AutoCAD file export plug-in. So anything you end up doing will (probably) be on the scripting side.

It sounds like you always need to export DWG files using a scheme that write curves as polylines. Perhaps just creating a toolbar button that does this is all you need?

– Dale