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