integrate Revit 2025 SDK

This commit is contained in:
Jeremy Tammik
2024-04-11 13:47:20 +02:00
parent e786953544
commit f414362f2b
889 changed files with 26676 additions and 26865 deletions
@@ -35,11 +35,12 @@ using Autodesk.Revit.UI;
namespace Revit.SDK.Samples.TransactionControl.CS
{
using SystemColor = System.Drawing.Color;
using TaskDialog = Autodesk.Revit.UI.TaskDialog;
/// <summary>
/// A Form used to deal with transaction and create, move or delete a wall
/// </summary>
public partial class TransactionForm : System.Windows.Forms.Form
/// <summary>
/// A Form used to deal with transaction and create, move or delete a wall
/// </summary>
public partial class TransactionForm : System.Windows.Forms.Form
{
/// <summary>
/// An enum used to indicate which operation is executed