DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="2.14.0-beta4253" />

 VolumeUnit

public enum VolumeUnit
using Autodesk.DesignScript.Runtime; using System; namespace DynamoUnits { [SupressImportIntoVM] [IsVisibleInDynamoLibrary(false)] [Obsolete("This enum will be removed in Dynamo 3.0 - please use the Volume Quantity type and Quantity.Units property")] public enum VolumeUnit { CubicInch, CubicFoot, CubicMillimeter, CubicCentimeter, CubicMeter } }