Chameleon and Iguana Plugin C# Class Libraries

Engine.MessageName Method 

Get the name of the message at index messageIndex.

[Visual Basic]
Public Function MessageName( _
   ByVal messageIndex As Integer _
) As String
[C#]
public string MessageName(
   int messageIndex
);

Remarks

Usage of this method with CountOfMessage offers an easy way to iterate through the messages.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace