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