DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.1.0-beta3800" />

 IUnitInput

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