STK XSend comments on this topic.
EnableConnect Property (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Enable or disable TCP/IP connect command processing (default: disabled).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableConnect() As Boolean
[C#]
public bool EnableConnect {get; set;}
[Managed C++]
public: __property bool get_EnableConnect();
public: __property void set_EnableConnect( bool );
[Unmanaged C++]
public: HRESULT get_EnableConnect(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableConnect(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableConnect();
public void setEnableConnect(
    bool
);
[Python - STK API ]
@property
def EnableConnect(self) -> bool:

@EnableConnect.setter
def EnableConnect(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.