Inconsistent "SuppressDialogBoxes" behav between doc and implementation

In the documentation, it says

If true, it means the command has been run with a ‘-’, meaning you should not ask questions during writing. (no dialogs, no “getters”, etc.)

However, if you pass an option with SuppressDialogBoxes as true to any exporter that uses RhinoObject.MeshObjects, e.g. Rhino.FileIO.FileObj. Such getter will still appear in the command window, wait for user input and block the batch procedure:

Choose meshing option ( DetailedOptions PolygonDensity=50 )

I’m unsure whether the behavior is intended but it seems not.

I’d really like to know how to suppress that prompt when writing an Obj using the C# API. Any ideas?

Moved to Developer category