Skip to content

Commit

Permalink
incremented copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Jan 2, 2021
1 parent cb81d50 commit 2ff28e4
Show file tree
Hide file tree
Showing 139 changed files with 142 additions and 141 deletions.
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdAnalyticalModelGeom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdAnalyticalModelGeom.cs - retrieve analytical model geometry
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdAzimuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdAzimuth.cs - determine direction
// of a line with regard to the north
//
// Copyright (C) 2008-2020 by Jeremy Tammik,
// Copyright (C) 2008-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdBim360Links.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdBim360Links.cs - retrieve and list BIM360 linked models
//
// Copyright (C) 2010-2020 by Jeremy Tammik,
// Copyright (C) 2010-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdBoundingBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdBoundingBox.cs - eplore element bounding box
//
// Copyright (C) 2008-2020 by Jeremy Tammik,
// Copyright (C) 2008-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdBrepBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdBrepBuilder.cs - create DirectShape using BrepBuilder and Boolean difference
//
// Copyright (C) 2018-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2018-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCategories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCategories.cs - list document and built-in categories
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2010-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdCategorySupportsTypeParameter.cs - Boolean predicate to
// determine whether a given category supports type parameter
//
// Copyright (C) 2008-2020 by Jeremy Tammik,
// Copyright (C) 2008-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdChangeElementColor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Also change its category's material to a random material
//
// Copyright (C) 2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2020-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdChangeLinkedFilePath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdChangeLinkedFilePath.cs - change linked RVT file path
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCloseDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCloseDocument.cs - close active document by sending Windows message
//
// Copyright (C) 2010-2020 by Jeremy Tammik,
// Copyright (C) 2010-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCollectorPerformance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCollectorPerformance.cs - benchmark Revit 2011 API collector performance
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2010-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdColumnRound.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdColumnRound.cs - determine whether a
// selected column instance is cylindrical
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCoordsOfViewOnSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCoordsOfViewOnSheet.cs - retrieve coordinates of view on sheet
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCopyWallType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CopyWallType.cs - duplicate a system type from on project to another to partially transfer project standards
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCreateGableWall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCreateGableWall.cs - create gable wall specifying non-rectangular wall profile
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCreateLineStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCreateLineStyle.cs - create a new line style using NewSubcategory
//
// Copyright (C) 2016-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2016-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCreateSharedParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// parameter for the doors, walls, inserted DWG,
// model groups, and model lines.
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCreateSlopedSlab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdSlopedFloor.cs - create a sloped floor
//
// Copyright (C) 2008-2020 by Jeremy Tammik,
// Copyright (C) 2008-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCropToRoom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCropToRoom.cs - set 3D view crop box to room extents
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdCurtainWallGeom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdCurtainWallGeom.cs - retrieve curtain wall geometry
//
// Copyright (C) 2010-2020 by Jeremy Tammik,
// Copyright (C) 2010-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDeleteMacros.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDeleteMacros.cs - retrieve MacroManager and delete all macros
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2010-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDeleteUnusedRefPlanes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDeleteUnusedRefPlanes.cs - delete unnamed non-hosting reference planes
//
// Copyright (C) 2014-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2014-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDemoCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDemoCheck.cs - Check whether the running Revit application is a demo version
//
// Copyright (C) 2013-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2013-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDetailCurves.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDetailCurves.cs - create detail curves
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDimensionInstanceOrigin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDimensionInstanceOrigin.cs - create dimensioning between the origins of family instances
//
// Copyright (C) 2014-2020 by Jeremy Tammik,
// Copyright (C) 2014-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDimensionWallsFindRefs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdDimensionWallsFindRefs.cs - create dimensioning elements
// between opposing walls using FindReferencesByDirection
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdDimensionWallsIterateFaces.cs - create dimensioning elements
// between opposing walls by iterating over their faces
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDisallowJoin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDisallowJoin.cs - allow or disallow join at wall ends
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDocumentVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDocumentVersion.cs - list DocumentVersion data, i.e. document GUID and save count
//
// Copyright (C) 2014-2020 by Jeremy Tammik,
// Copyright (C) 2014-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDuplicateElements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDuplicateElement.cs - duplicate selected elements
//
// Copyright (C) 2010-2020 by Jeremy Tammik,
// Copyright (C) 2010-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdDutAbbreviation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdDutAbbreviation.cs - Test the display unit type abbreviation array
//
// Copyright (C) 2013-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2013-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdEditFloor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdEditFloor.cs - read existing floor geometry and create a new floor
//
// Copyright (C) 2008-2020 by Jeremy Tammik,
// Copyright (C) 2008-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdElevationWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdElevationWatcher.cs - React to elevation view creation
//
// Copyright (C) 2012-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2012-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdEllipticalArc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdEllipticalArc.cs - create an elliptical arc geometry object
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2010-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdExportIfc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdExportIfc.cs - Export current view to IFC
//
// Copyright (C) 2018-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2018-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdExportImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdExportImage.cs - export a preview JPG 3D image of the family or project
//
// Copyright (C) 2013-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2013-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdExportSolidToSat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdExportSolidToSat.cs - Create a solid in memory and export it to a SAT file
//
// Copyright (C) 2013-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2013-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdFaceWall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Create and insert a conceptual mass family instance,
// then create sloped walls on all its faces.
//
// Copyright (C) 2014-2020 by Jeremy Tammik,
// Copyright (C) 2014-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdFamilyParamGuid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdFamilyParamGuid.cs - determine family parameter IsShared and GUID properties using System.Reflection
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdFamilyParamValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdFamilyParamValue.cs - list family parameter values
// defined on the types in a family document
//
// Copyright (C) 2009-2020 by Jeremy Tammik,
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdFilledRegionCoords.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdFilledRegionCoords.cs - retrieve FilledRegion coordinates
//
// Copyright (C) 2011-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2011-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdGetDimensionPoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdGetDimensionPoints.cs - determine dimension segment start and end points
//
// Copyright (C) 2018-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2018-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdGetMaterials.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CmdGetMaterials.cs - determine element materials
// by iterating over its geometry faces
//
// Copyright (C) 2008-2020 by Jeremy Tammik,
// Copyright (C) 2008-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
Expand Down
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdGetSketchElements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CmdGetSketchElements.cs - retrieve sketch elements for a selected wall, floor, roof, filled region, etc.
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
// Copyright (C) 2010-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
Expand Down
Loading

0 comments on commit 2ff28e4

Please sign in to comment.