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

Glossary Item Box

The StdGeographiesFromExtentParameters class provides input parameters for the Standard Geographies from Extent task.

Object Model

StdGeographiesFromExtentParameters ClassExtentData ClassBAResultType Class

Syntax

Example

The code snippet below creates StdGeographiesFromExtentParameters and then executes a Standard Geographies from Extent task.
C#Copy Code
StdGeographiesFromExtentParameters parameters = new StdGeographiesFromExtentParameters();
            
// Set a standard geography level.
parameters.GeoLevelID = "US.States";
            
// Set a data extent for analysis to ExtendData object specified with myExtent.
parameters.AnalysisExtent = myExtent;
 
stdGeographiesFromExtentTask.ExecuteAsync(parameters, new AsyncResponder(resultHandler, faultHandler));

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.BABaseParameters
      ESRI.ArcGIS.Client.BACore.Client.BAUtilityParameters
         ESRI.ArcGIS.Client.BAServer.Tasks.StdGeographies.StdGeographiesFromExtentParameters

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.