GPMessage

A class for a geoprocessing message.

Property

Type

Description

MessageCode

int

The error code for the geoprocessing message.

MessageDesc

string

The description of the geoprocessing message.

MessageType

int

The type of the geoprocessing message.

Remarks

This object is composed of a message type, error code, and description. The message type can be Error, Warning, or Informative.

2/28/2020