This document is archived and information here might be outdated. Recommended version. |
Creates the error or warning message with code ID.
[Visual Basic .NET] Public Sub CreateIDMessage ( _ ByVal Type As esriGPMessageType, _ ByVal ErrorCode As Integer _ )
[C#] public void CreateIDMessage ( esriGPMessageType Type, int ErrorCode );
[C++]
HRESULT CreateIDMessage(
esriGPMessageType Type,
long ErrorCode
);
[C++] Parameters Type [in]
Type is a parameter of type esriGPMessageType ErrorCode [in]
ErrorCode is a parameter of type long