Files
Shrlalgo.RvKits/ShrlAlgoToolkit.RevitAddins/RvIndependent/MetroGauges/LandXMLData/VolumeUnit.cs

11 lines
186 B
C#
Raw Normal View History

namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
{
public enum VolumeUnit
{
cubicMeter,
cubicInch,
cubicFoot,
cubicYard
}
}