AGI AgUtPlugin 11Send comments on this topic.
Message Method (IAgUtPluginSite)
See Also 
MsgType
Severity of the message
Message
Text of the message
Windows






Windows & Linux

Description

Send a message to the message viewer.

Syntax

[Visual Basic .NET]
Public Sub Message( _
   ByVal MsgType As AgEUtLogMsgType, _
   ByVal Message As String _
) 
[C#]
public void Message(
   AgEUtLogMsgType MsgType,
   string Message
);
[Managed C++]
public: void Message(
   AgEUtLogMsgType MsgType,
   String __gc ^ Message
);
[Java]
public  message(
   AgEUtLogMsgType MsgType,
   String Message
);
[Unmanaged C++]
public: HRESULT Message(
   AgEUtLogMsgType MsgType,
   BSTR Message
);

Parameters

MsgType
MemberValueDescription
eUtLogMsgDebug0Debugging message.
eUtLogMsgInfo1Informational message.
eUtLogMsgForceInfo2Informational message.
eUtLogMsgWarning3Warning message.
eUtLogMsgAlarm4Alarm message.
Severity of the message
Message
Text of the message

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.