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 * pRetVal
);
public: HRESULT put_ErrorNotifyMode(
   VARIANT_BOOL NewErrorNotifyMode
);
[Java]
public bool getErrorNotifyMode();public void setErrorNotifyMode(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.