Skip to content

Commit

Permalink
Update hideCropRegions.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
brettburling committed Jul 29, 2014
1 parent 182006d commit 3c37201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Macros/hideCropRegions/hideCropRegions.vb
Expand Up @@ -11,7 +11,7 @@ Public Sub HideCropRegion()
.cast(Of view)

'Start a transaction CRITICAL without transactions Revit cannot update
Using rvtTransaction As New Transaction(document,"comment updates")
Using rvtTransaction As New Transaction(document,"Hide Crop Regions")
rvtTransaction.Start()


Expand Down

0 comments on commit 3c37201

Please sign in to comment.