InsolationUnit
using Autodesk.DesignScript.Runtime;
namespace DynamoUnits
{
    [SupressImportIntoVM]
    [IsVisibleInDynamoLibrary(false)]
    public enum InsolationUnit
    {
        WattHoursPerMeterSquared,
        KilowattHoursPerMeterSquared,
        BTUPerFootSquared
    }
}