DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

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

 AreaUnit

public enum AreaUnit
using Autodesk.DesignScript.Runtime; using System; namespace DynamoUnits { [SupressImportIntoVM] [IsVisibleInDynamoLibrary(false)] [Obsolete("This enum will be removed in Dynamo 3.0 - please use the Area Quantity type and Quantity.Units property")] public enum AreaUnit { SquareInch, SquareFoot, SquareMillimeter, SquareCentimeter, SquareMeter } }