STK ObjectsSend comments on this topic.
ShowMsgInMsgViewer Property (IAgAdvCATAdvanced)
See Also
Windows





Windows & Linux

Description

Flag to specify whether to write messages to message viewer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowMsgInMsgViewer() As Boolean
[C#]
public bool ShowMsgInMsgViewer {get; set;}
[Managed C++]
public: __property bool get_ShowMsgInMsgViewer();
public: __property void set_ShowMsgInMsgViewer( bool );
[Unmanaged C++]
public: HRESULT get_ShowMsgInMsgViewer(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowMsgInMsgViewer(
    VARIANT_BOOL newVal
);
[Java]
public bool getShowMsgInMsgViewer();
public void setShowMsgInMsgViewer(
    bool
);
[Python - STK API ]
@property
def ShowMsgInMsgViewer(self) -> bool:

@ShowMsgInMsgViewer.setter
def ShowMsgInMsgViewer(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.