Skip to content

Commit 3cd26c0

Browse files
author
Jeremy Tammik
committed
updated API references in FamilyCs, FamilyVb, UiCs and UiVb to Revit 2022
1 parent cac32cc commit 3cd26c0

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

Labs/1_Revit_API_Intro/SourceVB/6_ExtensibleStorage.vb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ Friend Class ExtensibleStorage
133133

134134
' Set unit type
135135

136-
fieldBuilder1.SetSpec(SpecTypeId.Length) ' 2022
137-
138136
'fieldBuilder1.SetUnitType(UnitType.UT_Length) ' 2020
139137
fieldBuilder1.SetSpec(SpecTypeId.Length) ' 2021
140138

Labs/2_Revit_UI_API/SourceCS/UiCs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
<RequiredTargetFramework>3.0</RequiredTargetFramework>
6666
</Reference>
6767
<Reference Include="RevitAPI">
68-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
68+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
7171
<Reference Include="RevitAPIUI">
72-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
72+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
7373
<Private>False</Private>
7474
</Reference>
7575
<Reference Include="System" />

Labs/2_Revit_UI_API/SourceVB/UiVb.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
<RequiredTargetFramework>3.0</RequiredTargetFramework>
7171
</Reference>
7272
<Reference Include="RevitAPI">
73-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
73+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
7474
<Private>False</Private>
7575
</Reference>
7676
<Reference Include="RevitAPIUI">
77-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
77+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
7878
<Private>False</Private>
7979
</Reference>
8080
<Reference Include="System" />

Labs/3_Revit_Family_API/SourceCS/FamilyCs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
</PropertyGroup>
5858
<ItemGroup>
5959
<Reference Include="RevitAPI">
60-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
60+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6161
<Private>False</Private>
6262
</Reference>
6363
<Reference Include="RevitAPIUI">
64-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
64+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
6565
<Private>False</Private>
6666
</Reference>
6767
<Reference Include="System" />

Labs/3_Revit_Family_API/SourceVB/FamilyVb.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
<RequiredTargetFramework>3.0</RequiredTargetFramework>
6666
</Reference>
6767
<Reference Include="RevitAPI">
68-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
68+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
7171
<Reference Include="RevitAPIUI">
72-
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
72+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
7373
<Private>False</Private>
7474
</Reference>
7575
<Reference Include="System" />

0 commit comments

Comments
 (0)