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
@@ -34,9 +34,14 @@ namespace Revit.SDK.Samples.NewRoof.RoofForms.CS
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
if (disposing)
{
components.Dispose();
if (components != null)
components.Dispose();
if (m_highLightPen != null)
m_highLightPen.Dispose();
if (m_displayPen != null)
m_displayPen.Dispose();
}
base.Dispose(disposing);
}