You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# SCADtools.Revit.UI.ProgressMeter
2
2
Represents a progress bar that will be displayed in the Revit status bar.
3
3
4
-
It has methods similar to the AutoCAD ProgressMeter class such as: Start(), Stop(), SetLimit(), MeterProgress().
4
+
It has methods similar to the AutoCAD ProgressMeter class such as: **Start()**, **Stop()**, **SetLimit()**, **MeterProgress()**.
5
5
6
6
With the ProgressMeter library, you can easily integrate a progress bar into the Revit interface to keep the user informed about an ongoing process. Below, you'll find some examples of what this progress bar looks like in action.
0 commit comments