STK ObjectsSend 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
);
[Python - STK API ]
@property
def ErrorNotifyMode(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.