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





Windows & Linux

Description

Connection allowed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowConnect() As Boolean
[C#]
public bool AllowConnect {get; set;}
[Managed C++]
public: __property bool get_AllowConnect();
public: __property void set_AllowConnect( bool );
[Unmanaged C++]
public: HRESULT get_AllowConnect(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AllowConnect(
    VARIANT_BOOL Val
);
[Java]
public bool getAllowConnect();
public void setAllowConnect(
    bool
);
[Python - STK API ]
@property
def AllowConnect(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.