Community Analyst API for Silverlight 2.2 Reference
GetStandardGeographyLevelsTask Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks.Utilities Namespace : GetStandardGeographyLevelsTask Class

Glossary Item Box

The Get Standard Geography Levels task requests a list of available Community Analyst data layers corresponding to different standardized geography levels.

Object Model

GetStandardGeographyLevelsTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

The result of this task is an array of ESRI.ArcGIS.Client.BACore.IDNamePair objects which will contain the data layer IDs and their corresponding names. The IDs and names of data layers for such standardized geography levels as U.S. states, counties, Core Based Statistical Areas (CBSAs), Designated Market Areas (DMAs), cities, ZIP codes, Congressional Districts, Census tracts, and Census block groups are returned.

The IDs of geography levels can be used to specify data layers in other analysis.

Example

The code snippet below executes a Get Standard Geography Levels task.
C#Copy Code
getStandardGeographyLevelsTask.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.BAO.Tasks.BAOnlineTask<TResult>
            ESRI.ArcGIS.Client.BAO.Tasks.Utilities.GetStandardGeographyLevelsTask

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.