DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.0.0-beta7057" />

 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(); } }