Skip to content

Commit 2ea2ac2

Browse files
authored
Update README.md
1 parent bd1d6c1 commit 2ea2ac2

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ It has methods similar to the AutoCAD ProgressMeter class such as: **Start()**,
55

66
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.
77

8-
You can reference the DLL in a Visual Studio project the same way you load any external library. The DLL files corresponding to each version of Revit are as follows:
9-
10-
- [ProgressMeter for Revit 2023](./rvt2023/SCADtools.Revit.UI.ProgressMeter.dll)
11-
12-
- [ProgressMeter for Revit 2024](./rvt2024/SCADtools.Revit.UI.ProgressMeter.dll)
13-
148
## ProgressMeter in Revit 2023
159
![ProgressMeter](./rvt2023/progressmeter.gif)
1610

@@ -23,7 +17,17 @@ You can reference the DLL in a Visual Studio project the same way you load any e
2317

2418
![ProgressMeter](./rvt2024/progressmeterdark.gif)
2519

26-
## Code example
20+
## :floppy_disk: Download
21+
You can reference the DLL in a Visual Studio project the same way you load any external library.
22+
| Version | DLL File |
23+
|:-----------------------------|:----------------------------------------------------------------------------------------|
24+
| Revit 2023 | [ProgressMeter for Revit 2023](./rvt2023/SCADtools.Revit.UI.ProgressMeter.dll?raw=true) |
25+
| Revit 2024 | [ProgressMeter for Revit 2024](./rvt2024/SCADtools.Revit.UI.ProgressMeter.dll?raw=true) |
26+
27+
## :rocket: Making
28+
- The DLL files are made using [**Visual Studio**](https://github.com/microsoft) 2022.
29+
30+
## :keyboard: Code example
2731
```c#
2832
using System.Collections.Generic;
2933
using Autodesk.Revit.Attributes;

0 commit comments

Comments
 (0)