DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

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

 IUnitInput

public interface IUnitInput
using Autodesk.DesignScript.Runtime; using System; namespace DynamoUnits { [SupressImportIntoVM] [Obsolete("This interface will be removed in Dynamo 3.0 - please use the ForgeUnit SDK based methods")] public interface IUnitInput { double ConvertToHostUnits(); } }