ArcGIS Runtime SDK for WPF - Library Reference
AccumulateAttributes Property
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.