Skip to content

Commit

Permalink
replaced automatic transaction mode by read-only in CmdWallDimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed Mar 11, 2015
1 parent cbcdf39 commit 8d9e2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BuildingCoder/BuildingCoder/CmdWallDimensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace BuildingCoder
/// two pairs of them. This is the wall dimension
/// in that direction.
/// </summary>
[Transaction( TransactionMode.Automatic )]
[Transaction( TransactionMode.ReadOnly )]
class CmdWallDimensions : IExternalCommand
{
#region Geometry
Expand Down
1 change: 1 addition & 0 deletions BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
// 2015-03-11 2015.0.119.2 implemented sketch for traversing family instances per level and category
// 2015-03-11 2015.0.119.2 replaced automatic transaction mode by manual in CmdWallProfileArea
// 2015-03-11 2015.0.119.2 replaced automatic transaction mode by manual in CmdWallLayers
// 2015-03-11 2015.0.119.2 replaced automatic transaction mode by read-only in CmdWallDimensions
//
[assembly: AssemblyVersion( "2015.0.119.2" )]
[assembly: AssemblyFileVersion( "2015.0.119.2" )]

0 comments on commit 8d9e2d1

Please sign in to comment.