mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-26 04:34:47 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user