STK UI ApplicationSend comments on this topic.
LogMsg Method (IAgUiApplication)
See Also
MsgType
Msg
Windows





Windows & Linux

Description

Logs the Message specified.

Syntax

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

Parameters

MsgType
Msg

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.