DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

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

 IUnitInput

public interface IUnitInput
using Autodesk.DesignScript.Runtime; namespace DynamoUnits { [SupressImportIntoVM] public interface IUnitInput { double ConvertToHostUnits(); } }