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