C# 클래스 GeoprocessorEventHelper.GPMessageEventHandler

A class that sends event notifications whenever the Messages are added.
상속: IGeoProcessorEvents
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
IGeoProcessorEvents ( ) : void

Called when a toolbox is added or removed from the GeoProcessor.

IGeoProcessorEvents ( IGPMessage message ) : void

Called when a message has been posted while executing a SchematicGeoProcessing

IGeoProcessorEvents ( IGPTool Tool, IArray Values, int processID ) : void

Called immediately prior to the GeoProcessor executing a tool.

IGeoProcessorEvents ( IGPTool Tool, IArray Values, int result, IGPMessages Messages ) : void

Called immediately after a tool is executed by the GeoProcessor.

메소드 상세

IGeoProcessorEvents() 공개 메소드

Called when a toolbox is added or removed from the GeoProcessor.
public IGeoProcessorEvents ( ) : void
리턴 void

IGeoProcessorEvents() 공개 메소드

Called when a message has been posted while executing a SchematicGeoProcessing
public IGeoProcessorEvents ( IGPMessage message ) : void
message IGPMessage
리턴 void

IGeoProcessorEvents() 공개 메소드

Called immediately prior to the GeoProcessor executing a tool.
public IGeoProcessorEvents ( IGPTool Tool, IArray Values, int processID ) : void
Tool IGPTool
Values IArray
processID int
리턴 void

IGeoProcessorEvents() 공개 메소드

Called immediately after a tool is executed by the GeoProcessor.
public IGeoProcessorEvents ( IGPTool Tool, IArray Values, int result, IGPMessages Messages ) : void
Tool IGPTool
Values IArray
result int
Messages IGPMessages
리턴 void