STK UI PluginsSend comments on this topic.
LogMessage Method (IAgUiPluginSite)
See Also
MsgType
Message
Windows





Windows & Linux

Description

Records the specified message in the application's log using the given message type.

Syntax

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

Parameters

MsgType
Message

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.