The type of output lines to be generated in the result. The default is as defined in the specific routing network layer used in your
RouteTask. Possible values are "esriNAOutputLineNone" (no line at all), "esriNAOutputLineStraight" (a straight line from start to end) and "esriNAOutputLineTrueShape"
Syntax
Visual Basic (Declaration) | |
---|
Public Property OutputLines As String |
C# | |
---|
public string OutputLines {get; set;} |
Property Value
esriNAOutputLineNone | esriNAOutputLineStraight | esriNAOutputLineTrueShape.
Requirements
Target Platforms:Windows Phone 7
See Also