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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ An example shows how to add a prefix to `Mark` parameter for many selected eleme
57
57
58
58
### easy access to Revit API documentation
59
59
60
-
Tooltips work out-of-box, RevitApi.chm file is part of [Revit SDK](https://www.autodesk.com/developer-network/platform-technologies/revit) and the path to it needs to be set manually.
60
+
Tooltips work out-of-box, RevitApi.chm file is part of [Revit .NET SDK](https://www.autodesk.com/developer-network/platform-technologies/revit) and the path to it needs to be set manually.
@@ -68,12 +68,18 @@ An example shows how to add a prefix to `Mark` parameter for many selected eleme
68
68
### extensive support for ForgeTypeId
69
69
70
70
We all love (or hate) the ForgeTypeId, Revit database explorer exposes all data related to a given ForgeTypeId scattered through many utils. You can also snoop all ForgeTypeIds returned from:
0 commit comments