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


IJobMessages.Add Method (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 > IJobMessages.Add Method
ArcGIS Developer Help

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