Skip to content

Commit

Permalink
added noautoconstructor to Typology object
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Kingstone authored and Fraser Greenroyd committed Nov 14, 2023
1 parent 85c662d commit b5bc6dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LadybugTools_oM/Typology.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@


using BH.oM.Base;
using BH.oM.Base.Attributes;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;

namespace BH.oM.LadybugTools
{
[NoAutoConstructor]
public class Typology : BHoMObject
{
[Description("The name of this Typology.")]
Expand Down

0 comments on commit b5bc6dc

Please sign in to comment.