ArcObjects Library Reference  (GeoDatabase)    

IGPMessages.GetMessage Method

Provides a message object from the specified location.

[Visual Basic 6.0]
Function GetMessage(
    ByVal Index As Long _
) As IGPMessage
[Visual Basic .NET]
Public Function GetMessage ( _
    ByVal Index As Integer _
) As IGPMessage
[C#]
public IGPMessage GetMessage (
    int Index
);
[Java]
public IGPMessage getMessage (
    int Index
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetMessage(
  long Index,
  IGPMessage** msg
);
[C++]

Parameters

Index [in]

  Index is a parameter of type long

msg [out, retval]

  msg is a parameter of type IGPMessage

Product Availability

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

Remarks

The GetMessage property returns the specified GPMessage object from this collection. 

See Also

IGPMessages Interface

 


Feedback Send feedback on this page