C# 클래스 GeoprocessingInDotNet.Module1

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

ExecuteCustomGeoprocessingFunction() 공개 정적인 메소드

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
리턴 System.String

ReadXMLConfigurationFile() 공개 정적인 메소드

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"
리턴 System.Collections.Specialized.HybridDictionary

RunTheApp() 공개 정적인 메소드

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