Esri Business Analyst Server API for Silverlight 2.2 Reference
GetSegmentationBasesTask Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.Utilities Namespace : GetSegmentationBasesTask Class

Glossary Item Box

The Get Segmentation Bases task gets the list of all available segmentation bases.

Object Model

GetSegmentationBasesTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

In Business Analyst Server for USA, two segmentation base are available:

  • "Total Adult Population" is the total population in a geographic area of ages 18 years or older.
  • "Total Households" is the total number of households in a geographic area.

The result of this task is an array of String items containing available segmentation bases.

Example

The code snippet below executes a Get Segmentation Bases task.
C#Copy Code
getSegmentationBasesTask.ExecuteAsync(new AsyncResponder(resultHandler, faultHandler));

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.AbstractTask
      ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
         ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
            ESRI.ArcGIS.Client.BAServer.Tasks.Utilities.GetSegmentationBasesTask

Requirements

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

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.