Skip to content

Commit c218334

Browse files
author
Jeremy Tammik
committed
review looks good
1 parent c4128a4 commit c218334

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.

Labs/1_Revit_API_Intro/SourceCS/5_ModelCreationExport.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region "Copyright"
1+
#region Copyright
22
//
33
// Copyright (C) 2009-2020 by Autodesk, Inc.
44
//
@@ -36,7 +36,7 @@
3636
using IntroCs;
3737
#endregion
3838

39-
#region "Description"
39+
#region Description
4040
// Revit Intro Lab 5 - Element Creation.
4141
//
4242
// In this lab, you will learn how to create revit models.

Labs/2_Revit_UI_API/SourceCS/2_Selection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public void CancelSelection()
379379
}
380380
}
381381

382-
#region "Helper Function"
382+
#region Helper Functions
383383
//====================================================================
384384
// Helper Functions
385385
//====================================================================

Labs/2_Revit_UI_API/SourceVB/2_Selection.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Public Class UISelection
363363
End Sub
364364

365365

366-
#Region "Helper Function"
366+
#Region "Helper Functions"
367367
'====================================================================
368368
' Helper Functions
369369
'====================================================================

0 commit comments

Comments
 (0)