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
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Web.UI;
using System.IO;
using System.Web.UI;
using Autodesk.Revit.DB;
namespace Revit.SDK.Samples.ScheduleToHTML.CS
@@ -333,7 +333,7 @@ namespace Revit.SDK.Samples.ScheduleToHTML.CS
/// <summary>
/// The writer for the HTML file.
/// </summary>
private HtmlTextWriter writer;
private HtmlTextWriter writer { get; set; }
/// <summary>
/// The schedule being exported.