C# Class GeoprocessingInDotNet.Module1

Show file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
ExecuteCustomGeoprocessingFunction ( System modelParametersHybridDictionary ) : System.String

Run the Geoprocessing model

ReadXMLConfigurationFile ( System xmlPathFile ) : System.Collections.Specialized.HybridDictionary

Read in the arguments from the .xml file that we be used to run our model

RunTheApp ( ) : void

Main execution of our application

Private Methods

Method Description
Main ( string args ) : void

Method Details

ExecuteCustomGeoprocessingFunction() public static method

Run the Geoprocessing model
public static ExecuteCustomGeoprocessingFunction ( System modelParametersHybridDictionary ) : System.String
modelParametersHybridDictionary System A HybridDictionary that contains all of the arguments to run the model
return System.String

ReadXMLConfigurationFile() public static method

Read in the arguments from the .xml file that we be used to run our model
public static ReadXMLConfigurationFile ( System xmlPathFile ) : System.Collections.Specialized.HybridDictionary
xmlPathFile System The full path and filename of the .xml file. Example: "C:\gp\RunModel.xml"
return System.Collections.Specialized.HybridDictionary

RunTheApp() public static method

Main execution of our application
public static RunTheApp ( ) : void
return void