
Visual Basic (Declaration)
C#
Output options for this task include creating a feature class for subsequent analysis (OutputTypes.GetFeatureClass). If no output options are specified, the feature class will be returned in the case when the
OutputAnalysisItem
is absent.
The code snippet below creates CreateStdGeographiesParameters and then executes a
Create Standard Geographies task.
C# | ![]() |
---|---|
CreateStdGeographiesParameters parameters = new CreateStdGeographiesParameters(); // FeatureList is a list of ESRI.ArcGIS.Client.BAServer.StdGeographiesFeaturesInLevel types, e.g. //StdGeographiesFeaturesInLevel featureInLevel = new StdGeographiesFeaturesInLevel(); //featureInLevel.LevelID = "US.Counties"; //featureInLevel.FeatureID = new List<string>(){"01021", "01045", "01121"}; parameters.FeatureList = new List<StdGeographiesFeaturesInLevel>() { featureInLevel }; createStdGeographiesTask.ExecuteAsync(parameters, new AsyncResponder(resultHandler, faultHandler)); |
System.Object
ESRI.ArcGIS.Client.BACore.Client.BATaskParameters
ESRI.ArcGIS.Client.BACore.Client.AnalysisParameters
ESRI.ArcGIS.Client.BAServer.Tasks.StdGeographies.CreateStdGeographiesParameters
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