AGI STK Objects 11Send comments on this topic.
ErrorNotifyMode Property (IAgStkPreferencesConnect)
See Also
Windows






Windows & Linux

Description

Initial connect Error Notify mode state.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ErrorNotifyMode() As Boolean
[C#]
public bool ErrorNotifyMode {get; set;}
[Managed C++]
public: __property bool get_ErrorNotifyMode();
public: __property void set_ErrorNotifyMode( bool );
[Unmanaged C++]
public: HRESULT get_ErrorNotifyMode(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ErrorNotifyMode(
    VARIANT_BOOL Val
);
[Java]
public bool getErrorNotifyMode();
public void setErrorNotifyMode(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.