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


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

IJobMessages.Insert Method

Inserts job message at the given index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal pMsg As IJobMessage _
)
[C#]
public void Insert (
    int index,
    IJobMessage pMsg
);
[C++]
HRESULT Insert(
  long index,
  IJobMessage* pMsg
);
[C++]
Parameters
index [in]

index is a parameter of type long pMsg [in]
pMsg is a parameter of type IJobMessage*

Product Availability

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

See Also

IJobMessages Interface