Description
Gets or Sets a Boolean value that indicates whether the McStream library should update a Progress Bar during operations. Default is True, meaning to update the progress bar.
-
Property type
-
A Boolean value.
[out, retval]
-
Syntax
-
object.ShowProgressMeter [= value]
The ShowProgressMeter Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | value | A Boolean value. |
|