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