> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# YInterval

> Range of Y-coordinates on an image in the FlexiLayout language, with Start and End methods and arithmetic against Distance and DistInterval values.

Type used to represent a range of Y-coordinates on an image.

## Operators

| Operator | Description                                                                                                                |
| :------- | :------------------------------------------------------------------------------------------------------------------------- |
| `+`      | Adds a value of type YInterval to a value of type Distance. Binary operator. Returns a value of type Yinterval.            |
| `+`      | Adds a value of type YInterval to a value of type DistInterval. Binary operator. Returns a value of type Yinterval.        |
| `-`      | Subtracts a value of type Distance from a value of type YInterval. Binary operator. Returns a value of type Yinterval.     |
| `-`      | Subtracts a value of type DistInterval from a value of type YInterval. Binary operator. Returns a value of type Yinterval. |
| `-`      | Subtracts a value of type YInterval from a value of type YInterval. Binary operator. Returns a value of type DistInterval. |

## Methods

| Method                | Description                                                                    |
| :-------------------- | :----------------------------------------------------------------------------- |
| `YCoordinate Start()` | Returns the Y-coordinate of the beginning of the interval. Read-only property. |
| `YCoordinate End()`   | Returns the Y-coordinate of the end of the interval. Read-only property.       |
