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; }
Public Property SuppressDialogBoxes As Boolean
Get
Set
Property Value
Type:
BooleanSee Also