Skip to content

Commit

Permalink
updated API references in FamilyCs, FamilyVb, UiCs and UiVb to Revit …
Browse files Browse the repository at this point in the history
…2022
  • Loading branch information
jeremytammik committed Apr 30, 2021
1 parent cac32cc commit 3cd26c0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Labs/1_Revit_API_Intro/SourceVB/6_ExtensibleStorage.vb
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ Friend Class ExtensibleStorage

' Set unit type

fieldBuilder1.SetSpec(SpecTypeId.Length) ' 2022

'fieldBuilder1.SetUnitType(UnitType.UT_Length) ' 2020
fieldBuilder1.SetSpec(SpecTypeId.Length) ' 2021

Expand Down
4 changes: 2 additions & 2 deletions Labs/2_Revit_UI_API/SourceCS/UiCs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions Labs/2_Revit_UI_API/SourceVB/UiVb.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions Labs/3_Revit_Family_API/SourceCS/FamilyCs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions Labs/3_Revit_Family_API/SourceVB/FamilyVb.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down

0 comments on commit 3cd26c0

Please sign in to comment.