13 lines
181 B
C#
13 lines
181 B
C#
namespace Xylem.Common.Metrology.Measurements.Consts
|
|
{
|
|
public enum MeasurementDirection
|
|
{
|
|
|
|
TakeBoth,
|
|
TakeOnlyForward,
|
|
TakeOnlyBackward,
|
|
|
|
}
|
|
|
|
}
|