AGI UI ApplicationSend comments on this topic.
DisplayAlerts Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Set to true to display certain alerts and messages. Otherwise false. The default value is True.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayAlerts() As Boolean
[C#]
public bool DisplayAlerts {get; set;}
[Managed C++]
public: __property bool get_DisplayAlerts();
public: __property void set_DisplayAlerts( bool );
[Unmanaged C++]
public: HRESULT get_DisplayAlerts(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayAlerts(
    VARIANT_BOOL DisplayAlerts
);
[Java]
public bool getDisplayAlerts();
public void setDisplayAlerts(
    bool
);
[Python - STK API ]
@property
def DisplayAlerts(self) -> bool:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.