Summary
Enumeration for selecting the type of shape to be generated to represent output routes. The routes are always calculated along the network; however, you may choose to represent them by shapes that do not reflect the network paths.
Properties
Property | Explanation | Data Type |
NoLine (Read Only) | No route shapes will be returned. | Object |
TrueShape (Read Only) | Return the exact shape of the resulting route that is based on the underlying streets. This option creates the most detailed geometry for the output routes. Consequently, the process typically runs longer and creates larger output files. | Object |
TrueShapeWithMeasures (Read Only) | Return the exact shape of the resulting route that is based on the underlying streets. Additionally, it constructs measures so the shape can be used in linear referencing. | Object |