This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobMessages Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods that control an array of job messages.
Description | ||
---|---|---|
Add | Adds job message to the end of the array. | |
Count | Number of messages. | |
Element | Method to return job message at given index. | |
Insert | Inserts job message at the given index. | |
Remove | Removes job message at the given index. | |
RemoveAll | Removes all job messages from the array. |
CoClasses and Classes | Description |
---|---|
JobMessages | The JobMessages object which defines properties and behaviour of an array of job messages. |