Set a given message from the message id to the messages object.
[Visual Basic .NET] Public Sub SetMessage1Args ( _ ByVal Type As esriGPMessageType, _ ByVal ID As Integer, _ ByVal arg1 As String, _ ByVal pos As Integer, _ ByVal msgs As IGPMessages _ )
[C#] public void SetMessage1Args ( esriGPMessageType Type, int ID, string arg1, int pos, IGPMessages msgs );
[C++]
HRESULT SetMessage1Args(
esriGPMessageType Type,
long ID,
BSTR arg1,
long pos,
IGPMessages* msgs
);
[C++]Parameters
Type [in]Type is a parameter of type esriGPMessageType
ID [in] ID is a parameter of type long arg1 [in] arg1 is a parameter of type BSTR pos [in] pos is a parameter of type long msgs [in]msgs is a parameter of type IGPMessages
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.