ArcGIS API for Silverlight - Library Reference
OutputLines Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > BaseRouteParameters Class : OutputLines Property

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;}

Remarks

esriNAOutputLineTrueShapeWithMeasure is supported with ArcGIS Server v10.1+

Property Value

esriNAOutputLineNone | esriNAOutputLineStraight | esriNAOutputLineTrueShape | esriNAOutputLineTrueShapeWithMeasure.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.