ArcGIS API for Silverlight - Library Reference
OutStatistic Constructor(String,String,StatisticType)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > OutStatistic Class > OutStatistic Constructor : OutStatistic Constructor(String,String,StatisticType)

OnField
The on field to perform statistic analysis on.
OutField
The name of the field that will contain the result of the analysis.
StatisticType
Type of the statistic to perform.
Initializes a new instance of the OutStatistic class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OnField As String, _
   ByVal OutField As String, _
   ByVal StatisticType As StatisticType _
)
C# 
public OutStatistic( 
   string OnField,
   string OutField,
   StatisticType StatisticType
)

Parameters

OnField
The on field to perform statistic analysis on.
OutField
The name of the field that will contain the result of the analysis.
StatisticType
Type of the statistic to perform.

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.