C# Класс GeoprocessorEventHelper.GPMessageEventHandler

A class that sends event notifications whenever the Messages are added.
Наследование: IGeoProcessorEvents
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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