ArcObjects Library Reference (NetworkAnalyst)  

esriNAOutputLineType Constants

Options for service area line results.

Constant Value Description
esriNAOutputLineNone 0 No polylines are generated.
esriNAOutputLineStraight 1 Straight polylines between the two endpoints are generated.
esriNAOutputLineTrueShape 2 Polylines based on the true network feature geometry are generated.
esriNAOutputLineTrueShapeWithMeasure 3 Polylines based on the true network feature geometry are generated, and measures are added whenever possible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The esriNAOutputLineType specifies the type of lines generated by the network analyst solvers.

.NET Samples

Closest facility solver (Code Files: frmClosestFacilitySolver) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Route layer (Code Files: Program)