This document is archived and information here might be outdated.  Recommended version.


IJobMessages Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobMessages Interface
ArcGIS Developer Help

IJobMessages Interface

Provides access to methods that control an array of job messages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Add Adds job message to the end of the array.
Read-only property Count Number of messages.
Read-only property Element Method to return job message at given index.
Method Insert Inserts job message at the given index.
Method Remove Removes job message at the given index.
Method RemoveAll Removes all job messages from the array.

Classes that implement IJobMessages

Classes Description
JobMessages The JobMessages object which defines properties and behaviour of an array of job messages.