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


IJobMessages.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJobMessages.Add Method

Adds job message to the end of the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pMsg As IJobMessage _
)
[C#]
public void Add (
    IJobMessage pMsg
);
[C++]
HRESULT Add(
  IJobMessage* pMsg
);
[C++]

Parameters pMsg [in]
pMsg is a parameter of type IJobMessage

Product Availability

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

See Also

IJobMessages Interface