C# Class GeoprocessingInDotNet.Module1

Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode 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

Méthode Description
Main ( string args ) : void

Method Details

ExecuteCustomGeoprocessingFunction() public static méthode

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
Résultat System.String

ReadXMLConfigurationFile() public static méthode

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"
Résultat System.Collections.Specialized.HybridDictionary

RunTheApp() public static méthode

Main execution of our application
public static RunTheApp ( ) : void
Résultat void