Types of junctions placement for the Linear Dispatch layout.
| Constant | Value | Description |
|---|---|---|
| esriLayoutEqualDistance | 1 | All junctions with two connected edges will be moved so the distances between them and their two connected junctions are equal. |
| esriLayoutUserDefineDistance | 2 | All junctions with two connected edges will be moved so the specified minimum shift distance is kept between them and the other end of the edges to which they connect. |
| esriLayoutIterativeDistance | 3 | All junctions with two connected edges will be moved slightly according to the specified number of iterations and maximum shift distance; that is, until the specified number of iterations or maximum distance between the junctions is reached. |