11 lines
128 B
C#
11 lines
128 B
C#
|
|
namespace Sai.Toolkit.Core.LandXMLData
|
|||
|
|
{
|
|||
|
|
public enum VolumeUnit
|
|||
|
|
{
|
|||
|
|
cubicMeter,
|
|||
|
|
cubicInch,
|
|||
|
|
cubicFoot,
|
|||
|
|
cubicYard
|
|||
|
|
}
|
|||
|
|
}
|