Click or drag to resize

FileWriteOptionsSuppressDialogBoxes Property

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

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SuppressDialogBoxes { get; set; }

Property Value

Type: Boolean
See Also