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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1