Chain a given message from the message id.
[Visual Basic .NET] Public Sub ChainMessage1Args ( _ ByVal Type As esriGPMessageType, _ ByVal ID As Integer, _ ByVal arg1 As String _ )
[C#] public void ChainMessage1Args ( esriGPMessageType Type, int ID, string arg1 );
[C++]
HRESULT ChainMessage1Args(
esriGPMessageType Type,
long ID,
BSTR arg1
);
[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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.