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


IJobMessages.Element Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJobMessages.Element Property

Method to return job message at given index.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal index As Integer _
) As IJobMessage
[C#]
public IJobMessage get_Element (
    int index
);
[C++]
HRESULT get_Element(
  long index,
  IJobMessage** ppMsg
);
[C++]

Parameters index [in] index is a parameter of type long ppMsg [out, retval]
ppMsg is a parameter of type IJobMessage

Product Availability

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

See Also

IJobMessages Interface