From the The Building Coder blog:
I already described how I installed Revit 2019, compiled the Revit 2019 SDK samples and migrated RevitLookup to the new version.
I now migrated some other basic samples and utilities:
The Building Coder Samples for Revit 2019
The migration of The Building Coder samples to Revit 2019 was just as trivial as RevitLookup.
- Update the .NET framework target version to 4.7
- Point the Revit API assembly references to the new DLLs.
No code changes were needed.
That does…
Read more