
# Measurement Unit Length

The unit of length used to measure a quantity.

## Enumeration

`MeasurementUnitLength`

## Fields

| Name | Description |
|  --- | --- |
| `IMPERIAL_INCH` | The length is measured in inches. |
| `IMPERIAL_FOOT` | The length is measured in feet. |
| `IMPERIAL_YARD` | The length is measured in yards. |
| `IMPERIAL_MILE` | The length is measured in miles. |
| `METRIC_MILLIMETER` | The length is measured in millimeters. |
| `METRIC_CENTIMETER` | The length is measured in centimeters. |
| `METRIC_METER` | The length is measured in meters. |
| `METRIC_KILOMETER` | The length is measured in kilometers. |

