C# Class GeoprocessorEventHelper.GPMessageEventHandler

A class that sends event notifications whenever the Messages are added.
Inheritance: IGeoProcessorEvents
Mostra file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
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.

Method Details

IGeoProcessorEvents() public method

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

IGeoProcessorEvents() public method

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

IGeoProcessorEvents() public method

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

IGeoProcessorEvents() public method

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
return void