DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="2.15.2.6417" />

 InsolationUnit

public enum InsolationUnit
using Autodesk.DesignScript.Runtime; using System; namespace DynamoUnits { [SupressImportIntoVM] [IsVisibleInDynamoLibrary(false)] [Obsolete("This method will be removed in Dynamo 3.0 - please use the Power Per Area Quantity type and Quantity.Units property")] public enum InsolationUnit { WattHoursPerMeterSquared, KilowattHoursPerMeterSquared, BTUPerFootSquared } }