
Visual Basic (Declaration)
C#
The code snippet below creates GetSummarizationsParameters and then executes a Get Summarizations task.
C# | ![]() |
---|---|
GetSummarizationsParameters parameters = new GetSummarizationsParameters(); // Start and Length parameters allow you to request variables partially. // Default values of these parameters: //parameters.Start = 0; //parameters.Length = -1; // Query specifies a filter on variables to be returned. // The query below requests variables which could be used in a thematic mapping layer. //parameters.Query = "mappable:true"; getSummarizationsTask.ExecuteAsync(parameters, new AsyncResponder(resultHandler, faultHandler)); |
System.Object
ESRI.ArcGIS.Client.BACore.Client.BABaseParameters
ESRI.ArcGIS.Client.BACore.Client.BAUtilityParameters
ESRI.ArcGIS.Client.BAO.Tasks.Utilities.GetSummarizationsParameters
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family