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

The list of network attribute names to be accumulated with the analysis, i.e. which attributes should be returned as part of the response. The default is as defined in the specific routing network layer used in your RouteTask. You can specify any attributes names listed in the Service Directory under "Network Dataset -> Network Attributes" as "Usage Type: esriNAUTCost".

Syntax

Visual Basic (Declaration) 
Public Property AccumulateAttributes As String()
C# 
public string[] AccumulateAttributes {get; set;}

Property Value

The accumulate attributes.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.