STK ObjectsSend comments on this topic.
AllowAsync Property (IAgStkPreferencesConnect)
See Also
Windows





Windows & Linux

Description

Asynchronous allowed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowAsync() As Boolean
[C#]
public bool AllowAsync {get; set;}
[Managed C++]
public: __property bool get_AllowAsync();
public: __property void set_AllowAsync( bool );
[Unmanaged C++]
public: HRESULT get_AllowAsync(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AllowAsync(
    VARIANT_BOOL Val
);
[Java]
public bool getAllowAsync();
public void setAllowAsync(
    bool
);
[Python - STK API ]
@property
def AllowAsync(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.