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